document.write( "Question 171320: let A be a 5 X 3 matrix and B be a 3 X 5 matrix
\n" );
document.write( "a) is it possible to add A and B?..yes it is possible to add A and B
\n" );
document.write( "b) is it possible to do the mulitplication AB
\n" );
document.write( "c) is it possible to do the mulitpilcation BA?...of course is it possible to multiply A and B \n" );
document.write( "
Algebra.Com's Answer #126612 by slasha(1)![]() ![]() ![]() You can put this solution on YOUR website! (a)yes it is possible to add A and B \n" ); document.write( "(b)it is also possible to multiply AB \n" ); document.write( "(c)of course BA can be multiplied \n" ); document.write( " |