document.write( "Question 293780: In the problem if there exist solutions of the homogeneous system of linear equations other than x=0, express the general solution as a linear combination of linearly independent column vectors.\r
\n" );
document.write( "\n" );
document.write( " x_1 + 2x_2 - x_3 = 0
\n" );
document.write( "2x_1 + x_2 + x_3 = 0
\n" );
document.write( " x_1 - x_2 + 2x_3 = 0\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(x_1 means x subscript of 1) \n" );
document.write( "
Algebra.Com's Answer #211990 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! change \n" ); document.write( "x_1 to x \n" ); document.write( "x_2 to y \n" ); document.write( "x_3 to z\r \n" ); document.write( "\n" ); document.write( "x+2y-z=0, \n" ); document.write( "2x+y+z=0, \n" ); document.write( "x-y+2z=0 \n" ); document.write( "x=z-2y \n" ); document.write( "z-2y=-y+2z \n" ); document.write( "z=-y \n" ); document.write( "y=-x \n" ); document.write( "z=-x \n" ); document.write( " \n" ); document.write( " |