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)\"\" \"About 
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 \"AI\". So append the 3x3 matrix \"%28matrix%283%2C3%2C1%2C0%2C0%2C0%2C1%2C0%2C0%2C0%2C1%29%29\" to \"A=%28matrix%283%2C3%2C1%2C-2%2C-1%2C0%2C1%2C2%2C0%2C0%2C-1%29%29\" to get \r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "From there, just row reduce the 3x6 matrix to find \"A%5E%28-1%29\". Let me know if you need help with the row reduction.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Note: you should get the answer: \"A%5E%28-1%29=%28matrix%283%2C3%2C1%2C2%2C3%2C0%2C1%2C2%2C0%2C0%2C-1%29%29\"
\n" ); document.write( "
\n" );