document.write( "Question 1031370: please help me with this::
\n" );
document.write( "is this statement true or false : matrix B & C are equivalent
\n" );
document.write( "matrix B =
\n" );
document.write( "(
\n" );
document.write( "matrix( 3, 4,
\n" );
document.write( "1, 3, -2, 2,
\n" );
document.write( "-1, -2, -1, -1,
\n" );
document.write( "-1, -5, 8, -3,
\n" );
document.write( ")
\n" );
document.write( ")
\n" );
document.write( "and matrix C=
\n" );
document.write( "(
\n" );
document.write( "matrix( 3,4,
\n" );
document.write( "1, 2, 1, 2,
\n" );
document.write( "1, 1, 4, 0,
\n" );
document.write( "1, -1, -4, 1,
\n" );
document.write( ")
\n" );
document.write( ") \n" );
document.write( "
Algebra.Com's Answer #646108 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Matrix B can be shown to be row-equivalent to \n" ); document.write( "\n" ); document.write( "By performing a sequence of row operations and then a sequence of column operations, matrix \n" ); document.write( "\n" ); document.write( "Therefore matrices B and C are equivalent to the same row- and column-reduced matrix, and so they themselves are equivalent to each other. \n" ); document.write( " |