document.write( "Question 50795:  find the sum:
\n" );
document.write( "[6.7  -2.6] + [-3.3  2.9]
\n" );
document.write( "[3.5  -1.7] + [-0.2  1.1]
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #33828 by gsmani_iyer(201)     You can put this solution on YOUR website! \n" ); document.write( " Assumming that there are two problems on addition of matrices, the problems are solved. \n" ); document.write( " \n" ); document.write( " [6.7 -2.6] + [-3.3 2.9] \n" ); document.write( " \n" ); document.write( " [6.7+(-3.3) (-2.6)+2.9] = [3.4 0.3] Answer. \n" ); document.write( " \n" ); document.write( " II) \n" ); document.write( " [3.5 -1.7] + [-0.2 1.1] \n" ); document.write( " \n" ); document.write( " = [3.5+(-0.2) (-1.7)+1.1] = [3.3 -0.6] Answer. I hope this is clear to you. \n" ); document.write( "Two matrices are conformable for addition if they are of the same order. \n" ); document.write( " \n" ); document.write( "gsm \n" ); document.write( " |