document.write( "Question 1044543: If matrix A is an (KxL) matrix and B is an (RxS) \r
\n" );
document.write( "\n" );
document.write( "The product matrix AB exists if ? \r
\n" );
document.write( "\n" );
document.write( "And the size of the matrix AB is ? \n" );
document.write( "
Algebra.Com's Answer #659855 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! The product matrix not exist. Number of columns for A must match number of rows for B.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Is it true that L=R? If true, then size of AB will be KxS. \n" ); document.write( " |