document.write( "Question 191470: Let A =\r
\n" );
document.write( "\n" );
document.write( "1 -2 -1
\n" );
document.write( "0 1 2
\n" );
document.write( "0 0 -1\r
\n" );
document.write( "\n" );
document.write( "A. Calculate the determinant of A.
\n" );
document.write( "Does the inverse matrix exist? If so, then calculate Ainverse. \n" );
document.write( "
Algebra.Com's Answer #143674 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! Since we have a upper triangular matrix, this means that the determinant is simply the product of all of the diagonal entries. So \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "det(A)=(1)(1)(-1)=-1\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the determinant of A is -1\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since the determinant is NOT equal to zero, this means that the inverse of A exists. To find the inverse of A, you have many options, but the best option (in my opinion) is to row reduce the augmented matrix \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "From there, just row reduce the 3x6 matrix to find \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: you should get the answer: |