PDA

View Full Version : Null Space and Eigenvalues/Eigenvectors


psholtz
Dec10-10, 04:01 PM
Suppose I have a linear operator of dimension n, and suppose that this operator has a non-trivial null space. That is:

A \cdot x = 0

Suppose the dimension of the null space is k < n, that is, I can find 0 < k linearly independent vectors, each of which yields the 0 vector when the linear operator A is applied to it.

Is it fair to say that this operator then has k eigenvalues, of value 0? and that the k eigenvectors corresponding to this eigenvalue=0 are linearly independent vectors of the null space?

tiny-tim
Dec10-10, 04:26 PM
hi psholtz! :wink:
… Is it fair to say that this operator then has k eigenvalues, of value 0? and that the k eigenvectors corresponding to this eigenvalue=0 are linearly independent vectors of the null space?

yes :smile:

(what is worrying you about that? :confused:)

psholtz
Dec10-10, 06:12 PM
Nothing worrying me about that..

Just wanted to make sure I had it straight.. :smile:

thanks!

HallsofIvy
Dec11-10, 09:06 AM
It would be more standard to say that 0 is an eigenvalue of geometric multiplicity k (which would imply that it had algebraic multiplicity greater than or equal to k: the characteristic equation has a factor x^n for n\ge k) rather than to talk about "k eigenvalues", all of value k, as if they were different eigenvalues that happened to have the same value. Its value is the only property an eigenvalue has!

psholtz
Dec11-10, 11:22 AM
Yes, thanks..

So algebraic multiplicity is the number of times the eigenvalue appears as a root in the characteristic equation.

Geometric multiplicity is the dimension of the subspace formed by the eigenvectors of that particular eigenvalue..

And the algebraic multiplicity is always going to be greater than or equal to the geometric multiplicity, correct?