document.write( "Question 175430: How do I find matrix A + matrix B?\r
\n" );
document.write( "\n" );
document.write( "A= [3,0,2,-1] B=[2,8,.6,3] \n" );
document.write( "
Algebra.Com's Answer #130509 by actuary(112) ![]() You can put this solution on YOUR website! Matrix addition and subtraction is performed by adding/subtracting comparable components of each matrix.\r \n" ); document.write( "\n" ); document.write( "A+B = [3+2,0+8,2+.6,-1+3]=[5,8,2.6,2]\r \n" ); document.write( "\n" ); document.write( "I hope that this helps \n" ); document.write( " |