document.write( "Question 347597: 1.(a)given the matrix=A
\n" );
document.write( "{2 3},what ar its dimension
\n" );
document.write( "{0-1}
\n" );
document.write( "{1 4}\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b)can these matrices be multiplied,why or why not?
\n" );
document.write( "{2} {3 0}
\n" );
document.write( "{4} {-2 3}
\n" );
document.write( "{0} {1 2} \n" );
document.write( "
Algebra.Com's Answer #248470 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! a) 3 x 2 (rows x columns) \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "b) No, the first is 3 x 1 and the second is 3 x 2. \n" ); document.write( "The numbers of columns of the first matrix must match the number of rows of the second to allow for matrix multiplication. \n" ); document.write( " |