In: Math
Suppose A2=A. On the left side A multiplies each columns of A.
1. Show that the column space contains the eigenvectors with λ=1.
2. Show that the nullspace contains the eigenvectors with λ=0.
3.From previous two answers, you may have found the dimension of the column space and null space. Is the matrix A diagonalizable?
A matrix A is idempotent if and only if all its eigenvalues are either 0 or 1.
1. If A2=A, then A2-A = 0 or, A(A-I) = 0. Now, if A ≠ I , then A -I ≠ 0 so that A-I contains at least one non-=zero column, say u. Then Au = 0 .
For any u ∈ E0, A u = 0 so that u ∈ Null(A). Also, for any v ∈ null(A), Av =0 = 0v. Hence v ∈ E0. Thus, E0 = Null(A).
2. Let A = [c1,c2,…,cn] where c1,c2,…,cn are the columns of A. Now, since A2=A, we have A[c1,c2,…,cn] = A = [c1,c2,…,cn]. Then Aci = ci for 1 ≤ i ≤ n.
This implies that 1 is an eigenvalue of A and E1 = span { c1,c2,…,cn } = Col(A).
3. Further, rank(A) = dim (Col(A)) = dim E1 and nullity(A)= dim (Null(A)= dim E0.
Now, by the dimension theorem, rank(A) + nullity(A) = n = dim E1 + dim E0.
This implies that A has n distinct and linearly independent eigenvectors so that A is diagonalizable.