document.write( "Question 365789: determine whether the matrix has an inverse. if an inverse matrix exists, find it.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #260728 by Edwin McCravy(20063) You can put this solution on YOUR website! \r\n" ); document.write( "To find the inverse of a 2x2 matrix:\r\n" ); document.write( "\r\n" ); document.write( "1. Calculate the determinant by the rule:\r\n" ); document.write( "\r\n" ); document.write( "upper left element times lower right element minus\r\n" ); document.write( "upper right element times lower left element\r\n" ); document.write( "\r\n" ); document.write( "2. Exchange the upper left and lower right elements.\r\n" ); document.write( "\r\n" ); document.write( "3. Change the signs of the upper right and lower left elements.\r\n" ); document.write( "\r\n" ); document.write( "4. Divide each element by the value of the determinant found\r\n" ); document.write( " in step 1.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Find the determinant of \n" ); document.write( " \n" ); document.write( " |