A matrix is a grid of numbers. They encode systems of equations, transformations, and data.
Notation
- m × n — m rows, n columns.
- Square — same number of rows and columns.
- Identity I — 1s on diagonal, 0s elsewhere; AI = A.
A matrix is a grid of numbers. They encode systems of equations, transformations, and data.