document.write( "Question 607697: Evaluate the determinant: Please show me the steps.\r
\n" );
document.write( "\n" );
document.write( "{{8,1,3},{2,-1,4},{1,-1,2}} \n" );
document.write( "
Algebra.Com's Answer #382951 by richard1234(7193) You can put this solution on YOUR website! Look up the following website: http://en.wikipedia.org/wiki/Determinant\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Basically the determinant is 8*det(A) - 1*det(B) + 3*det(C)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "where A,B,C are the matrices determined by truncating every entry in the same column or row as 8, 1, 3. In other words,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A = {{-1,4}{-1,2}} \n" ); document.write( "B = {{2,-4}{1,2}} \n" ); document.write( "C = {{2,-1}{1,-1}}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Finding the determinant of a 2x2 matrix should be easy. \n" ); document.write( " |