document.write( "Question 904029: Let A be an idempotent matrix and X a nonsingular matrix. Show that C= XAX^−1 is an idempotent matrix. \n" ); document.write( "
Algebra.Com's Answer #548482 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
We want to show that C is an idempotent matrix\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "http://mathworld.wolfram.com/IdempotentMatrix.html\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "That means we want to show that C*C = C is true.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"C+=+X%2AA%2AX%5E%28-1%29\" Start with the given equation.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"C%2AC+=+%28X%2AA%2AX%5E%28-1%29%29%2AC\" Right multiply both sides by C (see note below)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"C%2AC+=+%28X%2AA%2AX%5E%28-1%29%29%2A%28X%2AA%2AX%5E%28-1%29%29\" Plug in \"C+=+X%2AA%2AX%5E%28-1%29\" on the right side.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"C%2AC+=+X%2AA%2A%28X%5E%28-1%29%2AX%29%2AA%2AX%5E%28-1%29\" Use the associative property of matrix multiplication.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"C%2AC+=+X%2AA%2A%28I%29%2AA%2AX%5E%28-1%29\" The expression \"X%5E%28-1%29%2AX\" is equal to \"I\" since X is nonsingular (ie X is invertible)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"C%2AC+=+X%2A%28A%2AI%29%2AA%2AX%5E%28-1%29\" Use the associative property of matrix multiplication.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"C%2AC+=+X%2AA%2AA%2AX%5E%28-1%29\" Matrix Multiplicative Identity Property \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"C%2AC+=+X%2A%28A%2AA%29%2AX%5E%28-1%29\" Use the associative property of matrix multiplication.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"C%2AC+=+X%2AA%2AX%5E%28-1%29\" Matrix A is idempotent, so A*A = A\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"C%2AC+=+C\" Replace the right side with what it really is\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-----------------------------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Because we've shown that \"C%2AC+=+C\" is true, this proves that C is an idempotent matrix.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Note: You can also use left multiplication to get to the same result (in a very slightly different way, nothing too major though). Left multiplication is a bit different than right multiplication because matrix multiplication is NOT commutative. The proof is effectively the same as shown above which is why I don't need to show it, but it's important to keep this in mind.
\n" ); document.write( "
\n" ); document.write( "
\n" );