document.write( "Question 1006565: If A and B are symmetric matrices and if AB = BA, then AB is symmetric\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " is this statement true or false and why? \n" );
document.write( "
Algebra.Com's Answer #622674 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! A matrix is symmetric if and only if it is equal to its transpose, ie \n" ); document.write( "X = X^T\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Given: \n" ); document.write( "A = A^T (since matrix A is symmetric) \n" ); document.write( "B = B^T (matrix B is symmetric) \n" ); document.write( "AB = BA\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We want to prove: \n" ); document.write( "AB is symmetric \n" ); document.write( "ie, AB = (AB)^T\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "AB = BA \n" ); document.write( "AB = B^T*A^T ... use the given info above \n" ); document.write( "AB = (AB)^T ... use property 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the claim has been proven true. AB is indeed symmetric. \n" ); document.write( " |