Matrices appear throughout this section under several guises: a rectangular array of numbers, an arrangement of column or row vectors, a compact encoding of a linear system, and a transformation between vector spaces. Each view emphasizes different structure and pairs naturally with different tools. The table below collects these four perspectives along with the question each best answers and the concepts that flow from it.
| View |
What A is |
Question it best answers |
Concepts that flow from it |
| Rectangular array |
a table of entries aᵢⱼ with m rows and n columns |
how do entries relate by position? |
dimensions, equality, zero matrix, transpose |
| Collection of vectors |
n column vectors in ℝᵐ (or m row vectors in ℝⁿ) |
how do the columns combine? |
span, linear independence, column/row space |
| Encoded linear system |
the coefficient block of Ax = b |
when does the system have solutions, and how many? |
augmented matrix, rank, Gaussian elimination |
| Linear transformation |
a map x ↦ Ax from ℝⁿ to ℝᵐ |
what does A do geometrically? |
image, null space, rotation, projection, inverse |