16 min read
What Is a Matrix?
A matrix is a rectangular grid of numbers, described by its order (rows × columns).
Rows and Columns
Example 1 — identifying a matrix's order and elements
Matrix A = . Find its order, and the element in row , column .
- Count the rows: . Count the columns:
- Order = (rows × columns)
- Row , column is the top-right entry:
Answer: Order = , element =
Example 2 — a non-square matrix
Find the order of .
- Rows: . Columns:
- Order = rows × columns
Answer: . You will also meet matrices when computing larger determinants.
Practice
What is the order of ?
More lessons in Matrices and Determinants · Next: Matrix Addition and Subtraction · Previous: Introduction
