Idempotent Matrix: Eigenvalue Must be 0 or 1

  • Thread starter Thread starter Dustinsfl
  • Start date Start date
  • Tags Tags
    Matrix
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
1 reply · 8K views
Dustinsfl
Messages
2,217
Reaction score
5
An nxn matrix A is said to be idempotent if [tex]A^2=A[/tex]. Show that if [tex]\lambda[/tex] is an eigenvalue of an idempotent matrix, then [tex]\lambda[/tex] must be 0 or 1.

The only reason I can think of is that it must 0 or 1 because if you square the values 0 and 1 don't change.
 
Physics news on Phys.org
Alright so let x be an eigenvalue to A. That means that Av=xv for some vector v. Then xv=Av=A^2v=A(Av)=A(xv)=x(Av)=x^2v which implies x^2=x so x(x-1)=0 which implies that the eigenvalues to A are either 1 or 0