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)\"\" \"About 
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( "\"%28matrix%282%2C2%2C6%2C2%2C8%2C3%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "1. Swap the upper left and lower right elements.\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%282%2C2%2C3%2C2%2C8%2C6%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "2. Change the signs of the upper right and lower left elements.\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%282%2C2%2C3%2C-2%2C-8%2C6%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "3. Divide each element by the determinate of the matrix.\r\n" );
document.write( "\r\n" );
document.write( "The determinant of the original matrix is 6×3-2×8 = 18-16 = 2\r\n" );
document.write( "[Note: that's the same as 3×6-(-2)(-8)=18-16 = 2]\r\n" );
document.write( "\r\n" );
document.write( "You get\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%282%2C2%2C3%2F2%2C%28-2%29%2F2%2C%28-8%29%2F2%2C6%2F2%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "which simplifies to:\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%282%2C2%2C3%2F2%2C-1%2C-4%2C3%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );