document.write( "Question 4520: Let A be an m x n matrix. Prove that if B can be obtained from A by an elementary row (column) operation, then B transpose can be obtained from
\n" );
document.write( "A transpose by the corresponding elementary column (row) operation. \n" );
document.write( "
Algebra.Com's Answer #2067 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! Proof: If B = EA, where E is a matrix of an elementary row (column) operation, \n" ); document.write( " then transpose of B, B^T = (EA)^T = A^TE^T . \n" ); document.write( " Since the transpose of a row(column) operation is a column(row) operation. \n" ); document.write( " we see that E^T will be a matrix of an elementary column (row) operation, \n" ); document.write( " B transpose can be obtained from A transpose by the corresponding elementary column (row) operation. \n" ); document.write( " \n" ); document.write( " Kenny \n" ); document.write( " |