document.write( "Question 825157: Find the determinant of the matrix,\r
\n" );
document.write( "\n" );
document.write( "A=[1,2,3/-1,2,5/4,0,2] \n" );
document.write( "
Algebra.Com's Answer #497101 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the determinant of the matrix,\r \n" ); document.write( "\n" ); document.write( "A=[1,2,3/-1,2,5/4,0,2] \n" ); document.write( "|+1 2 3| \n" ); document.write( "|-1 2 5| \n" ); document.write( "|+4 0 2| \n" ); document.write( "=========== \n" ); document.write( "Det = 1*(4-0) - 2*(-2-20) + 3*(0-8) \n" ); document.write( "= 4 + 44 - 24 \n" ); document.write( "= 24 \n" ); document.write( "--------- \n" ); document.write( "Using the minors of the bottom row is easier, it has a zero. \n" ); document.write( "Det = 4*(10-6) + 2*(2+2) \n" ); document.write( "= 16 + 8 \n" ); document.write( "= 24 \n" ); document.write( " |