The order of a matrix is determined by the number of rows and columns it has.
Matrix $A$ is a column matrix with 3 rows and 1 column, so its order is $3 \times 1$.
Matrix $B$ is a row matrix with 1 row and 3 columns, so its order is $1 \times 3$.
Show more…