document.write( "Question 1183382: Let n ∈ N and B be a n × n matrix that has determinant 1. Show that there exist n × n matrices
\n" );
document.write( "K, A and N with the following four properties:
\n" );
document.write( "(a) B = KAN,
\n" );
document.write( "(b) K is an orthogonal matrix with det(K) = 1,
\n" );
document.write( "(c) N is an upper triangular matrix with all diagonal entries 1; and
\n" );
document.write( "(d) A is a diagonal matrix whose all diagonal entries are positive and det(A) = 1 \n" );
document.write( "
Algebra.Com's Answer #813695 by robertb(5830)![]() ![]() You can put this solution on YOUR website! The LU decomposition of B states that B = LU where L is a lower triangular matrix and U is an upper triangular matrix. \n" ); document.write( "An even better decomposition is the LU decomposition with partial pivoting, which says that \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for some permutation matrix P. One property of permutation matrix is that it is always orthogonal, i.e., \n" ); document.write( "In other words, \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hence, \n" ); document.write( "\n" ); document.write( "Note that by symmetry, \n" ); document.write( "\n" ); document.write( "Now none of the diagonal elements of U is equal to 0, since the determinant of B is 1. This implies that U can be decomposed into\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "where diag(U) is a diagonal matrix whose diagonal elements and their locations are the same as those of U, \n" ); document.write( "and \n" ); document.write( "\n" ); document.write( "Now \n" ); document.write( "\n" ); document.write( "==> \n" ); document.write( "\n" ); document.write( "Similarly, \n" ); document.write( "and \n" ); document.write( "\n" ); document.write( "==> \n" ); document.write( "\n" ); document.write( "where \n" ); document.write( "\n" ); document.write( "==> \n" ); document.write( "\n" ); document.write( "Now \n" ); document.write( " \n" ); document.write( "and finally \n" ); document.write( "\n" ); document.write( "Hence, let |