From f6ef825aaa67a66907321adbedc8d4606219c0cd Mon Sep 17 00:00:00 2001 From: Drew Lewis Date: Tue, 12 May 2026 15:40:39 +0000 Subject: [PATCH 1/4] Typeset with dfrac --- source/linear-algebra/source/03-AT/02.ptx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/linear-algebra/source/03-AT/02.ptx b/source/linear-algebra/source/03-AT/02.ptx index 2c1fec5ba..72fc78efc 100644 --- a/source/linear-algebra/source/03-AT/02.ptx +++ b/source/linear-algebra/source/03-AT/02.ptx @@ -752,7 +752,7 @@ T\left(\left[\begin{array}{c} -5 \\ 0 \\ -3 \\ -2 \end{array}\right]\right)
  • A rotation is given by \vec{v} \mapsto \left[\begin{array}{c} \cos(\theta)x - \sin(\theta)y\\ \cos(\theta)y + \sin(\theta)x\end{array}\right].
  • -
  • A reflection of \vec{v} over a line l can be found by first finding a vector \vec{l} = \left[\begin{array}{c} l_x\\l_y\end{array}\right] along l, then \vec{v} \mapsto 2\frac{\vec{l}\cdot\vec{v}}{\vec{l}\cdot\vec{l}}\vec{l} - \vec{v}.
  • +
  • A reflection of \vec{v} over a line l can be found by first finding a vector \vec{l} = \left[\begin{array}{c} l_x\\l_y\end{array}\right] along l, then \vec{v} \mapsto 2 \left(\dfrac{\vec{l}\cdot\vec{v}}{\vec{l}\cdot\vec{l}}\right) \vec{l} - \vec{v}.
  • Represent each of the following transformations with respect to the standard basis in \mathbb{R}^2.