Null Space and Eigenvalues/Eigenvectors

  • Context: Graduate 
  • Thread starter Thread starter psholtz
  • Start date Start date
  • Tags Tags
    Null space Space
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 12K views
psholtz
Messages
133
Reaction score
0
Suppose I have a linear operator of dimension n, and suppose that this operator has a non-trivial null space. That is:

[tex]A \cdot x = 0[/tex]

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?
 
on Phys.org
hi psholtz! :wink:
psholtz said:
… 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:)
 
Nothing worrying me about that..

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

thanks!
 
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 [itex]x^n[/itex] for [itex]n\ge k[/itex]) 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!
 
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?