688 views
0 votes
0 votes

How to find how many linearly independent eigen vectors are possible of a matrix?

1 Answer

Best answer
0 votes
0 votes

To find out the no of linearly independent vectors , first find the rank of the matrix , so no of linearly independent vectors=n-r where n is the no of unknowns and r is the rank of the matrix .

Now for calculating the value of unknowns u should first try converting the matrix to echelon form and then try calculating the unknowns.

selected by

Related questions

0 votes
0 votes
1 answer
1
2 votes
2 votes
1 answer
2
radha gogia asked Oct 19, 2015
5,306 views
If I have 3 sets of vectors X=(1,0,0) , Y= (0,1,0) and Z=(0,0,1) then these all form a linearly independent set of vectors ,so K(X)+P(Y)+Q(Z) =0 , so we get K=P=Q=0 , but...
0 votes
0 votes
0 answers
3
Prashant Gupta asked Feb 9, 2016
400 views
What is the meaning by this statement - The eigen vectors corresponding to different eigen values of a real symmetric matrix are always orthogonal.Can anyone please expl...
0 votes
0 votes
1 answer
4
Prashant Gupta asked Feb 3, 2016
303 views
Let r = No. of Vectors and n = No. of elements in each vector A set of r vectors with r n elements are always Linearly Dependent, Can anyone please explain How?