document.write( "Question 519652: What is the inverse of this matrix? [6 2]
\n" );
document.write( " 8 3 \n" );
document.write( "
Algebra.Com's Answer #345724 by Edwin McCravy(20081) You can put this solution on YOUR website! \r\n" ); document.write( "The rule for finding the inverse of a 2x2 matrix:\r\n" ); document.write( "\r\n" ); document.write( "1. Swap the upper left and lower right elements.\r\n" ); document.write( "2. Change the signs of the upper right and lower left elements.\r\n" ); document.write( "3. Divide each element by the determinate of the matrix. \r\n" ); document.write( "\r\n" ); document.write( "[Note: It doesn't matter whether you use the determinant of the original\r\n" ); document.write( " matrix or the altered one after step 2, since they have the same determinant]\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |