document.write( "Question 274498: Evaluate the determinant:\r
\n" );
document.write( "\n" );
document.write( "|3 3 4|
\n" );
document.write( "|6 1 2|
\n" );
document.write( "|3 2 2| \n" );
document.write( "
Algebra.Com's Answer #200316 by kensson(21)![]() ![]() You can put this solution on YOUR website! A neat way of doing this is as follows: write the first two columns again on the right and draw a line down the first three forward diagonals:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "3 3 4 3 3 \n" ); document.write( " \ \ \ \n" ); document.write( "6 1 2 6 1 \n" ); document.write( " \ \ \ \n" ); document.write( "3 2 2 3 2 \n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Multiply down each diagonal and add them up: 6 + 18 + 48 = 72\r \n" ); document.write( "\n" ); document.write( "Now do the same with the last three backward diagonals:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "3 3 4 3 3 \n" ); document.write( " / / / \n" ); document.write( "6 1 2 6 1 \n" ); document.write( " / / / \n" ); document.write( "3 2 2 3 2 \n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "You get 12 + 12 + 36 = 60\r \n" ); document.write( "\n" ); document.write( "The determinant is the first (72) minus the second (60), giving 12.\r \n" ); document.write( "\n" ); document.write( "For a square matrix of size n, you repeat the first (n-1) columns and use the first and last n diagonals. \n" ); document.write( " |