\r\n" );
document.write( "When you multiply a (2x3) matrix by a (3x1) matrix, you \r\n" );
document.write( "first find out what kind of matrix you're going to get\r\n" );
document.write( "by this method:\r\n" );
document.write( "\r\n" );
document.write( "(
x
) by (
x
)\r\n" );
document.write( "\r\n" );
document.write( "Cross out the inner dimensions, which must be the same:\r\n" );
document.write( "\r\n" );
document.write( "(
x
) by (
x
)\r\n" );
document.write( "\r\n" );
document.write( "and you get a \r\n" );
document.write( "\r\n" );
document.write( "
x
matrix.\r\n" );
document.write( "\r\n" );
document.write( "So we write this with a {2x1) matrix with\r\n" );
document.write( "question marks for elements\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "To get what goes in place of the 1st question mark,\r\n" );
document.write( "\r\n" );
document.write( "Multiply each element in the 1st row of the (2x3) matrix\r\n" );
document.write( "by the corresponding element in the (3x1), then add,\r\n" );
document.write( "like this:\r\n" );
document.write( "\r\n" );
document.write( "
, so we have\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "-------------------\r\n" );
document.write( "\r\n" );
document.write( "To get what goes in place of the 2nd question mark,\r\n" );
document.write( "\r\n" );
document.write( "Multiply each element in the 2nd row of the (2x3) matrix\r\n" );
document.write( "by the corresponding element in the (3x1), then add,\r\n" );
document.write( "like this:\r\n" );
document.write( "\r\n" );
document.write( "
, so we have\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "-------------------\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" );
document.write( "