document.write( "Question 1160481: Determine whether or not matrix B is the inverse of matrix A.
\n" );
document.write( "Matrix A=
\n" );
document.write( "-8 -9
\n" );
document.write( "0 -6
\n" );
document.write( "Matrix B =
\n" );
document.write( "-1/8 3/16
\n" );
document.write( "0 -1/6\r
\n" );
document.write( "\n" );
document.write( "And tell me if it is the inverse of A or if it is not the inverse of A and give me the inverse... please \n" );
document.write( "
Algebra.Com's Answer #783745 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "We are not here to do your work for you and give you the answers. We are here to help you learn how to get the answers. \n" ); document.write( "The two matrices are inverses if their product is the identity matrix. You can determine that by yourself. \n" ); document.write( "If they are not inverses, there is a simple formula for finding the inverse of a 2x2 matrix. You can also do that yourself. \n" ); document.write( " \n" ); document.write( " |