document.write( "Question 182158: Hello, I'm having some difficulty with the following problem:\r
\n" );
document.write( "\n" );
document.write( "Use matrices to help find a general solution of each system of equations.\r
\n" );
document.write( "\n" );
document.write( "{ x+z=1
\n" );
document.write( " x+y=2
\n" );
document.write( " 2x+y+z=3\r
\n" );
document.write( "\n" );
document.write( "thanks,\r
\n" );
document.write( "\n" );
document.write( "H.C. \n" );
document.write( "
Algebra.Com's Answer #136758 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! In matrix form it would look like, \n" ); document.write( "[A]= \n" ); document.write( "[x]= \n" ); document.write( "[b]= \n" ); document.write( "[A][x]=[b] \n" ); document.write( "The solution is \n" ); document.write( "[x]=[A]inv[b] \n" ); document.write( "where [A]inv is the inverse of [A] \n" ); document.write( "This is where the problem comes in. \n" ); document.write( "The determinant of [A] is zero, there is no solution. \n" ); document.write( "Was that the difficulty you were having? \n" ); document.write( " |