PDA

View Full Version : idempotent matrix


keelejody
Feb17-11, 09:34 AM
is there a direct proof that an idempotent matrix with inverse, can only be an identity matirx

i can't find about how id prove it

i know A^2=A and A^-1 exists

so too AB=BA

its obvious to say elements must be 1 or 0 but finding an overal rule isnt obvious to me

HallsofIvy
Feb17-11, 10:22 AM
If A has an inverse, multiply both sides of A2= A by A-1!

thegreenlaser
Feb18-11, 07:48 AM
If you're feeling overly ambitious, you could also try setting up an arbitrary 3x3 matrix (like with entries a, b, c...). Multiply it by itself, and then set it equal to itself. You should come out with a system of equations that should end up proving that your arbitrary matrix is the identity.

The proof above (HallsofIvy) is much more elegant, and applicable for all nxn matrices, but setting up the arbitrary matrix would probably be a good way to practice your matrix math.