document.write( "Question 234383: 1 3 1
\n" );
document.write( "2 1 -5
\n" );
document.write( "3 -1 -4\r
\n" );
document.write( "\n" );
document.write( "What is the identity of the matrix? \n" );
document.write( "
Algebra.Com's Answer #175766 by Photonjohn(42)![]() ![]() ![]() You can put this solution on YOUR website! The identity matrix I is \n" ); document.write( "1 0 0 \n" ); document.write( "0 1 0 \n" ); document.write( "0 0 1\r \n" ); document.write( "\n" ); document.write( "If you are looking for the Inverse of the given matrix, then multiply I x A = B \n" ); document.write( "B is the Inverse \n" ); document.write( " |