PDA

View Full Version : idempotent Matrix


JosephR
Nov16-08, 12:13 PM
1. The problem statement, all variables and given/known data
A martix A is said to idempotent if AČ=A prove the following:

a) If A is idempotent then I-A is also idempotent
b) If A is idempotent and invertible then A=I
c) If A is idempotent then I-2A is invertible.Find (I-2A)-1 in terms of A
d)Give an example of a 2x2 idempotent matrix A such that A is not the zero or the identity matrix

2. The attempt at a solution

a) AČ=A then,(I-A)(I-A)=I-A ( prove it)
= IČ-2A+AČ and since AČ=A then I-A=I-A
b) AČ=A
A.A=A ~~> A-1.A.A=A-1.A ~>IA=I ~>A=I
c) I'm Stuck

d) i knew this part :P

so plz any help on part c) i have an exam tomorow :)

Mark44
Nov16-08, 02:15 PM
c) Just to see what happens, I multiplied I - 2A by itself, and got (I - 2A)(I - 2A) = I
d) Here's an idempotent 2 x 2 matrix:

\left[
\begin{array} {c c}
1 & 1 \\
0 & 0
\end{array} \right]

JosephR
Nov16-08, 02:30 PM
THANK YOU DUDE !! u really helped me :)