document.write( "Question 376125:  Could you please help me with this problem:\r
\n" );
document.write( "\n" );
document.write( "Let D be an n x n diagonal matrix whose diagonal entries are either 0 or 1.\r
\n" );
document.write( "\n" );
document.write( "a) show that D is idempotent
\n" );
document.write( "b) Show that if X is a nonsingular matrix and A = XDX^(-1), then A is idempotent. \n" );
document.write( "
| Algebra.Com's Answer #267522 by robertb(5830)     You can put this solution on YOUR website! a) A matrix A is idempotent if \n" ); document.write( "If d(k,k) = 1, then the dot product of the kth row of D and the kth column of D is also 1, (again because the rest of the entries in that row and column are zeroes). Thus \n" ); document.write( "\n" ); document.write( "b) |