document.write( "Question 624927: how do i solve using inverse matrix method? x+2y-z=10 -2x+3y+z=6 3x-2y+2z=19 \n" ); document.write( "
Algebra.Com's Answer #393537 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! First we write the system in matrix form: \n" ); document.write( " \n" ); document.write( "Next we find the inverse of the coefficient matrix. One way to do this is to append the identity matrix: \n" ); document.write( " \n" ); document.write( "and then use elementary row operations to, in effect, transfer the identity matrix to the front. Adding twice the first row to the second row and adding -3 times the first row to the third row: \n" ); document.write( " \n" ); document.write( "Multiply row 2 by 1/7: \n" ); document.write( " \n" ); document.write( "Add -2 times the second row to the first row and 8 times the second row to the third row: \n" ); document.write( " \n" ); document.write( "Row 3 times 7/27: \n" ); document.write( " \n" ); document.write( "At this point I gave up, mostly because the fractions were getting uglier and uglier. Fractions are not necessarily wrong. But most of the time problems are assigned where the fractions don't get too nasty. This led me to think that there was an error in either what you posted or in my work (even though I have checked it several times). Either way I did not think it worth much to either of us for me to continue. \n" ); document.write( "So what I propose for you to do is this:
|