document.write( "Question 889848: Subtract the 2 matrices below, where possible.\r
\n" );
document.write( "\n" );
document.write( "-1 2 2 1
\n" );
document.write( "0 4 - 7 4
\n" );
document.write( "6 -4 3 2 \n" );
document.write( "
Algebra.Com's Answer #538618 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! What you wrote does not appear correctly until someone clicks the button to open the composition field and sees how you wrote it.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Your two matrices to do subtraction are as \n" ); document.write( " \n" ); document.write( "and the code for this without the rendering tags is: \n" ); document.write( "(matrix(3,2,-1,2,0,4,6,-4))-(matrix(3,2,2,1,7,4,3,2)) \n" ); document.write( "and notice the first two values in each matrix are ROW, COLUMN\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Subtract element by element.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " |