document.write( "Question 106765: I have been working on an assignment that involves solving using Cramer's rule I have set up the matrices but cannot get any further.\r
\n" );
document.write( "\n" );
document.write( "2x- y+ z =0 D= 2 -1 1 Dx 0 -1 +1
\n" );
document.write( "4x+6y-2z =0 4 +6 -2 0 +6 -2
\n" );
document.write( " x-2y- z =-9 1 -2 -1 -9 -2 -1\r
\n" );
document.write( "\n" );
document.write( " Dy 2 0 1 Dz 2 -1 0
\n" );
document.write( " 4 0 -2 4 6 0
\n" );
document.write( " 1 -9 -1 1 -2 -9\r
\n" );
document.write( "\n" );
document.write( "What the heck do I do now? \n" );
document.write( "
Algebra.Com's Answer #77685 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Calculate the determinant of D=-36, Dx=36, Dy=-72, Dz-144 \n" ); document.write( "----------- \n" ); document.write( "Then Cramer determined the following: \n" ); document.write( "x = Dx/D , by this I mean the quotient of their determinants \n" ); document.write( "y = Dy/D , same \n" ); document.write( "z = Dz/D , same \n" ); document.write( "------------------- \n" ); document.write( "Solution: \n" ); document.write( "x =-1 \n" ); document.write( "y = 2 \n" ); document.write( "z = 4\r \n" ); document.write( "\n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |