← Back to Index

Linear Transformations

Chapter 1: Linear Algebra

A key insight in linear algebra is viewing a matrix not just as a table of numbers, but as a function that transforms space. Garrity emphasizes vector spaces early on. Here, we visualize $\mathbb{R}^2$. Consider a $2 \times 2$ matrix $M$:

$M = \begin{pmatrix} a & b \\ c & d \end{pmatrix}$

This matrix transforms every vector $(x, y)$ in the plane to a new vector $(ax + by, cx + dy)$. We can visualize this by tracking where the standard basis vectors $\color{#b13e3e}{\mathbf{i} = (1, 0)}$ and $\color{#3e3eb1}{\mathbf{j} = (0, 1)}$ land.

Things to notice

Next Chapter 2: Real Analysis