document.write( "Question 324886: 5x-3y+7=11
\n" );
document.write( "3x+y-2z=11
\n" );
document.write( "-x+2y+z=11
\n" );
document.write( "Using the matrix method,which row of operations can i use to solve this problem? \n" );
document.write( "
Algebra.Com's Answer #232672 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! You could find the inverse of the coefficient matrix or you could use Gaussian elimination. \n" ); document.write( "I'll use matrix inversion in EXCEL (MINVERSE function). \n" ); document.write( "[A]= \n" ); document.write( "[x]= \n" ); document.write( "[b]= \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "Find the inverse of [A]. \n" ); document.write( "[A][x]=[b] \n" ); document.write( "[x]=[A]inv[b] \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "det([A])= \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "[A]inv= \n" ); document.write( " |