document.write( "Question 415040: How do I find the dimensions of a matrix product? A3x5 * B5x2 \n" ); document.write( "
Algebra.Com's Answer #291033 by robertb(5830)![]() ![]() You can put this solution on YOUR website! The size, or the order, of the product matrix, is 3x2. (Three rows and two columns.) \n" ); document.write( " |