document.write( "Question 728439: solve the following homogeneous system 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 #445403 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! solve the following homogeneous system 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( "All rows = 0 \n" ); document.write( "--- \n" ); document.write( "w = x = y = z = 0 \n" ); document.write( " \n" ); document.write( " |