document.write( "Question 218378: I'm confused about finding the size of a martice.
\n" ); document.write( "Example- what size is the following matrix?
\n" ); document.write( "(3 -2 0 1)
\n" ); document.write( "Please explain how I find the correct answer. thank you.
\n" ); document.write( "

Algebra.Com's Answer #164477 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
The size of a matrix is just the number of rows x the number of columns. In this case, there's one row and 4 columns (assuming that you typed it in the correct format). So the size of the matrix is 1 x 4. \n" ); document.write( "
\n" );