document.write( "Question 1169155: Subscript notation is frequently used for working with larger systems of equations. Use a matrix approach to solve the system. Express the solutions as 4-tuples of the form
\n" );
document.write( "(x1, x2, x3, x4).\r
\n" );
document.write( "\n" );
document.write( "x1 − 3x2 − 2x3 + x4 = −4
\n" );
document.write( "−2x1 + 7x2 + x3 − 2x4 = −2
\n" );
document.write( "3x1 − 7x2 − 3x3 + 3x4 = −5
\n" );
document.write( "5x1 + x2 + 4x3 − 2x4 = 20\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #794157 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "\"Use a matrix approach\" means to me one of three possibilities: \n" ); document.write( "A graphing calculator; \n" ); document.write( "Gauss-Jordan elimination; \n" ); document.write( "Cramer's Rule. \n" ); document.write( "All three of those methods are well defined. It does you no good to have us do the work for you and tell you the answer; and it uses a lot of our valuable time. \n" ); document.write( "Choose a method (the graphing calculator is by far the easiest!) and work the problem yourself. \n" ); document.write( " \n" ); document.write( " |