Answer:
- The dimensions of a matrix are the number of rows × the number of columns of the matrix.
- For the example below, the the matrix is 3 × 4.
Explanation:
<em>The dimensions of a matrix</em> is the number of rows × the number of columns of the matrix.
Your matrix is garbled. Thus, to help you I will work with an hypothetical matrix.
Assume the matrix:
![\left[\begin{array}{cccc}1&0&0&0\\2&4&0&3\\0&0&0&9\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bcccc%7D1%260%260%260%5C%5C2%264%260%263%5C%5C0%260%260%269%5Cend%7Barray%7D%5Cright%5D)
That matrix has four colums and 3 rows.
For instance, the first colum is:
Thus, it has 4 columns.
And the second row is:
Thus, it has 3 rows.
Hence, the matrix is 3 × 4.
The first number is the number of rows and the second number is the number of columnns.