Matrix
A rectangular array of numbers, symbols, or expressions arranged in rows and columns.
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: Every entry off the main diagonal is zero.
- Symmetric matrix: (equals its transpose).
Remarks
Matrices represent linear maps between finite-dimensional vector spaces once bases are chosen.
Transposition and symmetry
The transpose interchanges row and column indices. A symmetric matrix equals its transpose.