document.write( "Question 684556: Please help me solve this:\r
\n" );
document.write( "\n" );
document.write( "Use the matrix inverse method to solve the system of equations:
\n" );
document.write( "3x+6y+3z=12
\n" );
document.write( "6x+4y-2z=-4
\n" );
document.write( " y- z=-3\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "This is what I have so far but not sure what to do next:
\n" );
document.write( "[3 6 3] [x] = [2]
\n" );
document.write( "[6 4 -2] [y] = [5]
\n" );
document.write( "[0 1 -1] [z] = [1] \n" );
document.write( "
Algebra.Com's Answer #424135 by lynnlo(4176)![]() ![]() ![]() You can put this solution on YOUR website! MATRIX INVERSE METHOD \n" ); document.write( "x=1/4 \n" ); document.write( "y=1/4 \n" ); document.write( "z=13/4 \n" ); document.write( " |