document.write( "Question 28169: Perform the following calculation on matrices.
\n" );
document.write( "(1 0 3) + (4 1 7)= \n" );
document.write( "
Algebra.Com's Answer #15933 by venugopalramana(3286) You can put this solution on YOUR website! (1 0 3) + (4 1 7)=(1+4,0+1,3+7)=(5,1,10) \n" ); document.write( " |