document.write( "Question 95230: please give step by step procedure for finding out solutio of for following matrix using Gauss jordan elimination method with partial pivoting.\r
\n" );
document.write( "\n" );
document.write( "3x + 2y - 4z = 3
\n" );
document.write( "2x + 3y + 3z = 15
\n" );
document.write( "5x - 3y + z = 14
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #69308 by samuel nkadi(2) ![]() You can put this solution on YOUR website! \n" ); document.write( " \n" ); document.write( " 3x+2y-4z=3 \n" ); document.write( " 2X+3y+3z=`15 \n" ); document.write( " 5x-3y+z=14 \n" ); document.write( " |3 2 -4 |3 |p \n" ); document.write( " |2 3 3 |15 |r \n" ); document.write( " |5 -3 1 |14 | q \n" ); document.write( " we need 1 in the 1st col. of p .we start with row q,with z \n" ); document.write( " \n" ); document.write( " 1 -3 5 | 14.1 -3 5 |14 | 1 -3 5 | 14 \n" ); document.write( " -4 2 3 |3 =0 10 -23|-39|= 0 10 -23 |-39 \n" ); document.write( " 3 3 2 |15 0 -6 13 |27 | 0 0 4\5|93\5 \n" ); document.write( " x=93\5, \n" ); document.write( " |