document.write( "Question 1058404: If A and B are 3×6 matrices, and CC is a 9×3 matrix, which of the following are defined?\r
\n" );
document.write( "\n" );
document.write( "A. A+C
\n" );
document.write( "B. CA
\n" );
document.write( "C. BC
\n" );
document.write( "D. B-A
\n" );
document.write( "E. CB-A \n" );
document.write( "
Algebra.Com's Answer #673450 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! I think instead of CC, you just meant to write C.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A+C is NOT defined since A is a 3x6 matrix while C is a 9x3 matrix. The dimensions don't match up. Both rows and columns must be the same value (eg: both need to be 3x6 matrices) for it to work.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "CA is defined because C is 9x3 while A is 3x6. The inner dimensions, both \"3\", match up. So multiplication is allowed here.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "BC is NOT defined because B is 3x6 while C is 9x3. The inner dimensions of 6 and 9 do NOT match up. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "B-A is defined because both A and B are the same size: 3x6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "CB is defined for similar reasons that CA is defined. CB is going to be a 9x6 matrix while A is a 3x6 matrix. The dimensions don't match up. So CB-A is NOT defined.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To summarize, the following answers are \n" ); document.write( "CA \n" ); document.write( "B-A\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Everything else is undefined. \n" ); document.write( " |