document.write( "Question 305288: Hi all, I was hoping someone would explain to me how to write the matrix below (B) in terms of matrix (A).
\n" );
document.write( "A =
\n" );
document.write( "(2 0 3)
\n" );
document.write( "(0 1 0)
\n" );
document.write( "(1 0 1)\r
\n" );
document.write( "\n" );
document.write( "B =
\n" );
document.write( "(-1 0 3)
\n" );
document.write( "(0 1 0)
\n" );
document.write( "(1 0 -2)\r
\n" );
document.write( "\n" );
document.write( "I have solved the product of AB, and I am meant to use this to write B in terms of A.
\n" );
document.write( "Product AB =
\n" );
document.write( "(1 0 0)
\n" );
document.write( "(0 1 0)
\n" );
document.write( "(0 0 1)\r
\n" );
document.write( "\n" );
document.write( "Any help would be great.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #218637 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! [A][B]=[I] \n" ); document.write( "then \n" ); document.write( "[B]=[A]inv \n" ); document.write( "Since their product is the identity matrix, then [B] is the inverse of [A]. \n" ); document.write( " \n" ); document.write( " |