document.write( "Question 1021653: If matrix
\n" );
document.write( " A= [ 2 -4]
\n" );
document.write( " [ 3 1]
\n" );
document.write( " [-1 0]\r
\n" );
document.write( "\n" );
document.write( "And matrix B=[-2 5 0]\r
\n" );
document.write( "\n" );
document.write( "1. Give the dimensions of A
\n" );
document.write( "2. Give the dimensions of B\r
\n" );
document.write( "\n" );
document.write( "Please help! \n" );
document.write( "
Algebra.Com's Answer #637393 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! A matrix is defined as rows x columns. \n" ); document.write( "1. A : 3x2 \n" ); document.write( "2. B : 1x3 \n" ); document.write( " |