How do you multiply all of these numbers????
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\r\n" );
document.write( "The first matrix has dimensions 4 down by 6 across.\r\n" );
document.write( "That's a 4x6 matrix. \r\n" );
document.write( "The second matrix has dimensions 6 down by 4 across. \r\n" );
document.write( "That's a 6x4 matrix.\r\n" );
document.write( "\r\n" );
document.write( "Write 4x6 6x4\r\n" );
document.write( "\r\n" );
document.write( "The two (blue) inner dimensions are both 6. They must be the same\r\n" );
document.write( "in order for the matrices to even be multipliable. If they weren't the\r\n" );
document.write( "same, the multiplication would not be defined. Since they are both\r\n" );
document.write( "6, they can be multiplied. The product matrix will have the two outer\r\n" );
document.write( "(red) dimensions. They are both 4, so the product matrix will be a \r\n" );
document.write( "4x4 matrix.\r\n" );
document.write( "\r\n" );
document.write( "Set the product equal to a 4x4 matrix of blanks to\r\n" );
document.write( "fill in.\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "I won't go through all 16 blanks. I will only tell you how to fill in\r\n" );
document.write( "three of them at random. Then you will know how to do all the rest.\r\n" );
document.write( "---\r\n" );
document.write( "Let's fill in the blank which is in row 3 and column 2:\r\n" );
document.write( "\r\n" );
document.write( "Take row 3 from the first matrix:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "and column 2 of the second matrix:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( " \r\n" );
document.write( "Multiply corresponding elements then add them all:\r\n" );
document.write( "\r\n" );
document.write( "
=\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "So put a
in the blank in row 3 and column 2:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "---\r\n" );
document.write( "Next let's fill in the blank in the upper right hand corner.\r\n" );
document.write( "That is the blank in row 1 and in column 4:\r\n" );
document.write( "\r\n" );
document.write( "Take row 1 from the first matrix:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "and column 4 from the second matrix:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( " \r\n" );
document.write( "Multiply corresponding elements then add them all:\r\n" );
document.write( "\r\n" );
document.write( "
=\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "So put a
in the blank in row 1 and column 4:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "----\r\n" );
document.write( "One more!\r\n" );
document.write( "\r\n" );
document.write( "Let's fill in the blank in row 2 and column 1:\r\n" );
document.write( "\r\n" );
document.write( "Take row 2 from the first matrix:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "and column 1 of the second matrix:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( " \r\n" );
document.write( "Multiply corresponding elements then add them all:\r\n" );
document.write( "\r\n" );
document.write( "
=\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "So put a
in the blank in row 2 and column 1:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Do you see how to do it now? To fill in any blank in the \r\n" );
document.write( "product matrix, you decide which row and column the blank\r\n" );
document.write( "is in which you want to fill, then get the corresponding \r\n" );
document.write( "row from the first matrix, and the corresponding column \r\n" );
document.write( "from the second matrix, then multiply corresponding elements \r\n" );
document.write( "and add them. You can fill them in in any order you choose.\r\n" );
document.write( "\r\n" );
document.write( "When you fill in the rest of the blanks you should have this:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" );
document.write( "