document.write( "Question 80198: 2X-3Y-2Z=12
\n" );
document.write( "X+4Y+Z=-9
\n" );
document.write( "4X+2Y-3Z=6
\n" );
document.write( " Question: Solve using linear combination and by matrices. Write the matrices you typed into calculator and the operations it took to solve the system
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #57553 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 2X-3Y-2Z=12 \n" ); document.write( "X+4Y+Z=-9 \n" ); document.write( "4X+2Y-3Z=6 \n" ); document.write( " Question: Solve using linear combination and by matrices. Write the matrices you typed into calculator and the operations it took to solve the system \n" ); document.write( "---------- \n" ); document.write( "A is a 3x3 matrix whose rows are the coefficients of xyz from the 3 equations. \n" ); document.write( "B is a 3x1 matrix whose rows are the constants from the 3 equations. \n" ); document.write( "-------- \n" ); document.write( "Solution is [A]^-1[B] \n" ); document.write( "x=1; y=-2; z=-2 \n" ); document.write( "========= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |