Matrix
A rectangular array of numbers, symbols, or expressions arranged in rows and columns.
Matrix
A matrix is a rectangular array of entries (typically from a ring or field ) arranged in rows and columns.
An matrix has rows and columns, written
The entry in row and column is denoted or .
Operations
- Addition: (requires same dimensions).
- Scalar multiplication: .
- Matrix multiplication: (requires compatible dimensions).
Special matrices
- Square matrix: .
- Identity matrix: with s on diagonal, s elsewhere.
- Zero matrix: All entries are .
- Diagonal matrix: Non-zero entries only on the main diagonal.
- Symmetric matrix: (equals its transpose).
Matrices represent linear maps between finite-dimensional vector spaces once bases are chosen.