document.write( "Question 211750: Hi all, I am struggling a bit with the following matrices problem.
\n" );
document.write( "I need to find the determinate of the following matrices by Inspection. Then give reasons in each each. How do I do this?
\n" );
document.write( "The matrices are:
\n" );
document.write( "B =
\n" );
document.write( "( 2 11 -3 1)
\n" );
document.write( "( 1 5 -7 -4)
\n" );
document.write( "( 6 13 -5 2)
\n" );
document.write( "( 4 22 -6 2)
\n" );
document.write( "C =
\n" );
document.write( "( 2 9 -1)
\n" );
document.write( "( 0 2 7)
\n" );
document.write( "( 0 0 4)
\n" );
document.write( "D =
\n" );
document.write( "( -3 0 0)
\n" );
document.write( "( 0 2 0)
\n" );
document.write( "( 0 0 -5)\r
\n" );
document.write( "\n" );
document.write( "Any help would be great.
\n" );
document.write( "-Nick.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #159986 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! For matrix B, the key is to notice that row 4 is exactly twice row 1. In such a matrix the determinant is always zero. \n" ); document.write( "Both matrices C and D are diagonal matrices (i.e. a matrix with nothing but zeros above and/or below the main diagonal). In diagonal matrices the determinant is simply the product of the numbers in the diagonal. For C this would be \n" ); document.write( "If you need more \"reasons\"... \n" ); document.write( "For matrix B, think about adding -2 times the first row to the fourth row. This type of operation does not change the value of the determinant and, in this casse, it results in row 4 becoming all zeros. Then think about finding the value of the determinant using the fourth row. Result: 0. \n" ); document.write( "For matrices C and D, think about using the first column to find the value of the determinant. Since there is only one non-zero value in this column, it should be easy to visualize the calculations and see why only the product of the numbers in the diagonal will matter. \n" ); document.write( " |