Identify the order of a matrix and classify matrices by type.
Order of a Matrix
A matrix with rows and columns has order .
where and .
Types of Matrices
| Type | Condition | Example |
|---|---|---|
| Row matrix | ||
| Column matrix | ||
| Square matrix | ||
| Rectangular matrix | ||
| Zero (null) matrix | All entries |
Example 1. State the order of each matrix and classify it.
Solution: has 1 row and 3 columns → order → Row matrix.
Solution: has 3 rows and 1 column → order → Column matrix.
Solution: has 2 rows and 2 columns, → order → Square matrix.
Solution: has 2 rows and 3 columns, → order → Rectangular matrix.
Order = (number of rows) × (number of columns) Always write rows first, columns second.