Matrix - Dimensions

The dimensions of a matrix are defined by the number of rows and columns it contains. A matrix with m rows and n columns is said to have dimensions m x n (read as “m by n”).

For example, consider the following matrix:

This matrix has 2 rows and 3 columns, so its dimensions are 2 x 3.