document.write( "Question 253174: 1)Find an LU factorization of the matrix A below.\r
\n" );
document.write( "\n" );
document.write( "A=
\n" );
document.write( " 1 4 -1 5
\n" );
document.write( " 3 7 -2 9
\n" );
document.write( " -2 -3 1 -4
\n" );
document.write( " -1 6 -1 7 \n" );
document.write( "
Algebra.Com's Answer #185474 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! http://en.wikipedia.org/wiki/LU_decomposition \n" ); document.write( "Hope this helps. \n" ); document.write( " \n" ); document.write( " |