True or false eigenvalue problem

achuthan1988
Messages
10
Reaction score
0
Q)Different eigenvectors corresponding to an eigenvalue of a matrix must be linearly dependant?
Is the above statement true or false.Give reasons.
 
Physics news on Phys.org
achuthan1988 said:
Q)Different eigenvectors corresponding to an eigenvalue of a matrix must be linearly dependant?
Is the above statement true or false.Give reasons.

What did you try already?? If we know what you tried then we'll know where to help??

Begin by looking at some examples of matrices. Pick some arbitrary (easy) matrices and calculate its eigenvectors.
 
I would NOT look at specific matrices. This can be done better more abstractly.

Suppose u and v are non-zero eigenvectors, for linear operator A, corresponding to distinct eigenvalues \lambda_1 and \lambda_2 respectively. Then Au= \lambda_1 u and Av= \lambda_2 v.

Suppose they are not independent. Then v= \mu u for some non-zero scalar \mu. That gives Av= \mu Au or \lambda_1 v= \mu \lambda_2 v so that v= (\mu \lambda_2)/\lambda_1)u.

But that means (\mu \lambda_2)/\lambda_1= \mu so that \lambda_2= \lambda_1, a contradiction.

(Of course, this requires \lambda_1\ne 0 so we can divide by it. If \lambda_1= 0, just reverse the \lambda_1 and \lambda_2. They cannot both be 0 because they are distinct.)

Now, can you extend that to any number of independent eigenvectors?
 
Back
Top