document.write( "Question 620164: Matrix: A= [5,2,1_7,6,3_1,0,2] B=[1,4,0_2,-1,2]\r
\n" ); document.write( "\n" ); document.write( "Find AB if possible. If i'm on the right track AB is not possible because it is a 3x3 times a 2x3...\r
\n" ); document.write( "\n" ); document.write( "It also asks for:
\n" ); document.write( "1. Find BA if possible, if not explain
\n" ); document.write( "For this i ended up with [33,26,13_5,-2,3] but I am not confident in my answer\r
\n" ); document.write( "\n" ); document.write( "2. Find 3A-4B if possible\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Any help would be greatly appreciated. Thanks
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #389942 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "\"A+=+%28matrix%283%2C3%2C5%2C2%2C1%2C7%2C6%2C3%2C1%2C0%2C2%29%29\"\"B+=+%28matrix%282%2C3%2C1%2C4%2C0%2C2%2C-1%2C2%29%29\"
\n" ); document.write( " 1. Find AB if possible, if not explain
\n" ); document.write( " NOT possible: Matrices multiplication is possible only when the number of columns of first matrix
\n" ); document.write( " is equal to the number of rows of second matrix
\n" ); document.write( " 2. Find BA if possible, if not explain
\n" ); document.write( " Yes! Good Work! \"BA+=+%28matrix%282%2C3%2C33%2C26%2C13%2C5%2C-2%2C3%29%29\" \r
\n" ); document.write( "\n" ); document.write( " 2. Find 3A-4B if possible: NOT possible matrices must be the same size to add
\n" ); document.write( " or subtract them
\n" ); document.write( " \n" ); document.write( "
\n" );