document.write( "Question 347506: given the matrix A=
\n" ); document.write( "2 3
\n" ); document.write( "0 -1
\n" ); document.write( "1 4
\n" ); document.write( "what are its dimensions?
\n" ); document.write( "

Algebra.Com's Answer #248430 by jsmallt9(3758)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "           Column 1      Column 2\r\n" );
document.write( "Row 1         2             3\r\n" );
document.write( "Row 2         0            -1\r\n" );
document.write( "Row 3         1             4\r\n" );
document.write( "

\n" ); document.write( "So this matrix has 3 rows and 2 columns. This is usually written as 3 x 2.
\n" ); document.write( "
\n" );