document.write( "Question 728438: solve the following homogeneous systeam of linear equations:
\n" );
document.write( "x+y-3y+2w=0,
\n" );
document.write( "2x-y+2z-3w=0,
\n" );
document.write( "3x-2y+z-4w=0,
\n" );
document.write( "-4x+y-3z+w=0 \n" );
document.write( "
Algebra.Com's Answer #445447 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! solve the following homogeneous systeam of linear equations: \n" ); document.write( "x+y-3y+2w=0, \n" ); document.write( "2x-y+2z-3w=0, \n" ); document.write( "3x-2y+z-4w=0, \n" ); document.write( "-4x+y-3z+w=0 \n" ); document.write( "--------------------- \n" ); document.write( "w = x = y = z = 0 \n" ); document.write( " \n" ); document.write( " |