document.write( "Question 1062855: show that the product of two skew symmetric matrices is diagonal.Is this true for n x n skew symmetric matrices with n>2 or n=2 ? \n" ); document.write( "
Algebra.Com's Answer #677985 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Recall that A is a skew symmetric matrix implies that A^T = -A, also the diagonal of A is zeroes \n" ); document.write( "if A = (a(i,j)) then the elements are written a(i,j) = -a(j,i) \n" ); document.write( ": \n" ); document.write( "A is the sum of its symmetric and skew symmetric components, namely \n" ); document.write( ": \n" ); document.write( "A = ((A + A^T)/2) + ((A - A^T)/2) \n" ); document.write( ": \n" ); document.write( "Note that a diagonal matrix has all off-diagonal elements equal to zero \n" ); document.write( ": \n" ); document.write( "Let A and B be skew symmetric matrices, then their product AB is symmetric \n" ); document.write( ": \n" ); document.write( "AB = (AB)^T \n" ); document.write( ": \n" ); document.write( "This is only true for n = 2, then we have AB is diagonal and symetric \n" ); document.write( ":\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |