document.write( "Question 186733: Ok, so I am given 4 matrices and 2 operations to perform (if possible). I don't think the operations can be performed, but would like to verify that that's true.\r
\n" );
document.write( "\n" );
document.write( "Here are the 4 matrices:
\n" );
document.write( "A =
\n" );
document.write( "[2 -1 3]
\n" );
document.write( "[0 4 -2]\r
\n" );
document.write( "\n" );
document.write( "B =
\n" );
document.write( "[-3 1]
\n" );
document.write( "[ 2 5]
\n" );
document.write( "
\n" );
document.write( "C =
\n" );
document.write( "[-1 0 2]
\n" );
document.write( "[ 4 -3 1]
\n" );
document.write( "[-2 3 5]\r
\n" );
document.write( "\n" );
document.write( "D =
\n" );
document.write( "[3 -2]
\n" );
document.write( "[0 -1]
\n" );
document.write( "[1 2]\r
\n" );
document.write( "\n" );
document.write( "Here are the 2 operations:
\n" );
document.write( "1. (B^5)A + D (I think the addition of matrices requires identical
\n" );
document.write( " dimensions & here we have a 2x2 added to a 3x2)\r
\n" );
document.write( "\n" );
document.write( "2. (3)BA + (4)AC (I think the multiplication of matrices requires the
\n" );
document.write( " number of rows in the first matrix to match the number
\n" );
document.write( " of columns in the second. Here we have B as a 2x2 and
\n" );
document.write( " A as a 2x3; then, A as a 2x3 and C as a 3x3)\r
\n" );
document.write( "\n" );
document.write( "Thanks for taking a look, I appreciate your assistance. \n" );
document.write( "
Algebra.Com's Answer #140030 by Edwin McCravy(20059)![]() ![]() You can put this solution on YOUR website! Ok, so I am given 4 matrices and 2 operations to perform (if possible). I don't think the operations can be performed, but would like to verify that that's true.\r \n" ); document.write( "\n" ); document.write( "Here are the 4 matrices: \n" ); document.write( "A = \n" ); document.write( "[2 -1 3] \n" ); document.write( "[0 4 -2]\r \n" ); document.write( "\n" ); document.write( "B = \n" ); document.write( "[-3 1] \n" ); document.write( "[ 2 5] \n" ); document.write( " \n" ); document.write( "C = \n" ); document.write( "[-1 0 2] \n" ); document.write( "[ 4 -3 1] \n" ); document.write( "[-2 3 5]\r \n" ); document.write( "\n" ); document.write( "D = \n" ); document.write( "[3 -2] \n" ); document.write( "[0 -1] \n" ); document.write( "[1 2]\r \n" ); document.write( "\n" ); document.write( "Here are the 2 operations: \n" ); document.write( "1. (B^5)A + D (I think the addition of matrices requires identical \n" ); document.write( " dimensions & here we have a 2x2 added to a 3x2)\r \n" ); document.write( "\n" ); document.write( "2. (3)BA + (4)AC (I think the multiplication of matrices requires the \n" ); document.write( " number of rows in the first matrix to match the number \n" ); document.write( " of columns in the second. Here we have B as a 2x2 and \n" ); document.write( " A as a 2x3; then, A as a 2x3 and C as a 3x3)\r \n" ); document.write( "\n" ); document.write( "Thanks for taking a look, I appreciate your assistance. \n" ); document.write( " \r\n" ); document.write( "The rules are \r\n" ); document.write( "\r\n" ); document.write( "1. For adding. We can only add a pxq matrix to another pxq matrix\r\n" ); document.write( "and when we do, we end up with another pxq matrix.\r\n" ); document.write( "\r\n" ); document.write( "2. For multiplying. We can only multiply a pxq matrix times a qxr\r\n" ); document.write( "matrix and end up with a pxr matrix.\r\n" ); document.write( "\r\n" ); document.write( "A is a 2x3 matrix\r\n" ); document.write( "B is a 2x2 matrix\r\n" ); document.write( "C is a 3x3 matrix\r\n" ); document.write( "D is a 3x2 matrix\r\n" ); document.write( "\r\n" ); document.write( "For\n" ); document.write( " |