Prof. Alejandro Ucan-Puc
A factory transforms 3 raw materials into 2 finished product types via a linear mapping represented by:
$$T = \begin{pmatrix} 1 & 2 & 0 \\ 3 & 0 & 1 \end{pmatrix}$$
Definition: Let $V$ and $W$ be vector spaces. A function $T: V \to W$ is a linear transformation if for all $u, v \in V$ and $\alpha \in \mathbb{R}$:
Or equivalently: $T(\alpha u + \beta v) = \alpha T(u) + \beta T(v)$.
Definition: The Kernel (or Null Space) of $T: V \to W$, denoted $\text{Ker}(T)$, is the set of all vectors in $V$ that map to zero in $W$:
$$\text{Ker}(T) = \{ v \in V \mid T(v) = 0 \}$$$\text{Ker}(T)$ is a subspace of the domain $V$.
Watch how vectors in the kernel of $T(x,y) = (2x+y, 4x+2y)$ all map to zero:
Red vectors in domain form the kernel; they all map to the origin in the codomain
Definition: The Image (or Range) of $T: V \to W$, denoted $\text{Im}(T)$, is the set of all output vectors in $W$ attained by $T$:
$$\text{Im}(T) = \{ T(v) \in W \mid v \in V \}$$$\text{Im}(T)$ is a subspace of the codomain $W$.
Watch how domain vectors map to the image of $T(x,y) = (x+2y, x+2y)$:
Blue vectors in domain map to green vectors; all image vectors lie on the line $y=x$
Theorem: Let $V$ be a finite-dimensional vector space and $T: V \to W$ a linear transformation. Then:
$$\text{dim}(V) = \text{dim}(\text{Ker}(T)) + \text{dim}(\text{Im}(T))$$Linear transformations encapsulate system dynamics between input and output spaces.
Next Session: Matrix Representation of Linear Transformations $[T]_B^C$.