Linear Transformations
A transformation with domain $n$ and codomain $m$, which is made using an $n \times m$ matrix, is represented by $\mathbb{R}^n \to \mathbb{R}^m$.
# Properties of matrix vector product
^81460d
- $T(u + v) = T(u) + T(v)$
- $T(cv) = cT(v)$
- $T(0) = 0$
If a Matrix Transformation does not have these properties, it is not a linear transformation.