document.write( "Question 441330: compute the matrix product AB for:
\n" );
document.write( " A =
\n" );
document.write( " [2 3 0
\n" );
document.write( " -4 2 1
\n" );
document.write( " 3 0 -2]
\n" );
document.write( "
\n" );
document.write( "B =
\n" );
document.write( " [-1 2 3
\n" );
document.write( " 3 0 -2
\n" );
document.write( " 0 4 0]
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #837478 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "I don't recommend using and/or memorizing the formula the tutor Edwin mentioned.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Instead it is better to highlight the first row of matrix A and first column of matrix B.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We'll align the terms like so \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Multiply straight down (eg: 2*(-1) = -2) \n" ); document.write( "
\n" ); document.write( "Then add up the products to get -2+9+0 = 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This result of 7 is the entry in the answer matrix that is in the first row and first column.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The answer is of the format \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Follow this thought process for the other entries.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For instance, the 2nd row and 3rd column of the answer will involve row2 of A and column3 of B. \n" ); document.write( "Let me know if you have further questions.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's a similar example \n" ); document.write( " ![]() \n" ); document.write( "Image Source: \n" ); document.write( "https://towardsdatascience.com/a-complete-beginners-guide-to-matrix-multiplication-for-data-science-with-python-numpy-9274ecfc1dc6\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Another example \n" ); document.write( " \n" ); document.write( "Image Source \n" ); document.write( "https://www.mathsisfun.com/algebra/matrix-multiplying.html \n" ); document.write( "The scratch work highlighted in yellow would be something like this \n" ); document.write( "1*8 + 2*10 + 3*12 = 8 + 20 + 36 = 64 \n" ); document.write( " \n" ); document.write( " |