\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Write that system in the matrix form AX = B\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "First find the inverse of
:\r\n" );
document.write( "\r\n" );
document.write( "To do that:\r\n" );
document.write( "\r\n" );
document.write( "1. Find the value of its determinant,
\r\n" );
document.write( "\r\n" );
document.write( "2. Swap the upper left and lower right elements of
,\r\n" );
document.write( "getting
\r\n" );
document.write( "\r\n" );
document.write( "[In this case it didn't change anything since they were both 3, but in\r\n" );
document.write( "other problems it will be different and you must swap them]\r\n" );
document.write( "\r\n" );
document.write( "3. Then change the signs of the upper right and lower left elements,\r\n" );
document.write( "getting
\r\n" );
document.write( "\r\n" );
document.write( "4. Divide every element by the value of the determinant of the \r\n" );
document.write( "original matrix which we found to be 13 in step 1, getting\r\n" );
document.write( "
or
\r\n" );
document.write( "\r\n" );
document.write( "[In this case it didn't change anything since the determinant was 1, but\r\n" );
document.write( "in other problems it will be different and you must divide.]\r\n" );
document.write( "\r\n" );
document.write( "This is the inverse A-1 of\r\n" );
document.write( "the original matrix A.\r\n" );
document.write( "\r\n" );
document.write( "Left-multiply both sides of the given matrix equation, AX=B\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "by this inverse, getting the form A-1(AX)=A-1B\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Use the associative principle to move the parentheses around\r\n" );
document.write( "the first two matrices on the left, getting the form (A-1A)X=A-1B\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Do the matrix multiplication:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Simplify:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Simplify some more:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "This is the form IX=A-1B\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Multiply the matrices on the left:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Simplify:\r\n" );
document.write( "\r\n" );
document.write( "
. This is the form X=A-1B.\r\n" );
document.write( "\r\n" );
document.write( "So the solution is
and
\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" );
document.write( "