diff --git a/source/linear-algebra/source/05-GT/01.ptx b/source/linear-algebra/source/05-GT/01.ptx index b6fd2316c..cb62fec92 100644 --- a/source/linear-algebra/source/05-GT/01.ptx +++ b/source/linear-algebra/source/05-GT/01.ptx @@ -158,7 +158,7 @@ What is the area of the transformed unit square? B\vec e_1=\left[\begin{array}{cc} 2 & 3 \\ 0 & 4 \end{array}\right]\left[\begin{array}{c}1\\0\end{array}\right] =\left[\begin{array}{c}2\\0\end{array}\right]=2\vec e_1 - + \def\arraystretch{1.25} B\left[\begin{array}{c}\frac{3}{4}\\\frac{1}{2}\end{array}\right] = \left[\begin{array}{cc} 2 & 3 \\ 0 & 4 \end{array}\right]\left[\begin{array}{c}\frac{3}{4}\\\frac{1}{2}\end{array}\right] @@ -175,7 +175,7 @@ What is the area of the transformed unit square? \draw[thin,gray,<->] (-4,0)-- (4,0); \draw[thin,gray,<->] (0,-4)-- (0,4); \draw[thick,blue,->] (0,0) -- node[below] {\(B\left[\begin{array}{c}1\\0\end{array}\right]=2\left[\begin{array}{c}1\\0\end{array}\right]\)}++ (2,0); - \draw[thick,blue,->] (0,0) -- ++(3,2) node[above] {\(B\left[\begin{array}{c}\frac{3}{4}\\\frac{1}{2}\end{array}\right]=4\left[\begin{array}{c}\frac{3}{4}\\\frac{1}{2}\end{array}\right]\)}; + \draw[thick,blue,->] (0,0) -- ++(3,2) node[above] {\(\def\arraystretch{1.25} B\left[\begin{array}{c}\frac{3}{4}\\\frac{1}{2}\end{array}\right]=4\left[\begin{array}{c}\frac{3}{4}\\\frac{1}{2}\end{array}\right]\)}; \draw[thick,red,->] (0,0) -- (1,0); \draw[thick,red,->] (0,0) -- (0.75,0.5); \draw[red,dashed] (1,0) -- (1.75,0.5) -- (0.75,0.5); @@ -228,7 +228,7 @@ What is the area of the transformed unit square? \draw[thin,gray,<->] (-4,0)-- (4,0); \draw[thin,gray,<->] (0,-4)-- (0,4); \draw[thick,blue,->] (0,0) -- node[below] {\(B\left[\begin{array}{c}1\\0\end{array}\right]=2\left[\begin{array}{c}1\\0\end{array}\right]\)}++ (2,0); - \draw[thick,blue,->] (0,0) -- ++(3,2) node[above] {\(B\left[\begin{array}{c}\frac{3}{4}\\\frac{1}{2}\end{array}\right]=4\left[\begin{array}{c}\frac{3}{4}\\\frac{1}{2}\end{array}\right]\)}; + \draw[thick,blue,->] (0,0) -- ++(3,2) node[above] {\(\def\arraystretch{1.25} B\left[\begin{array}{c}\frac{3}{4}\\\frac{1}{2}\end{array}\right]=4\left[\begin{array}{c}\frac{3}{4}\\\frac{1}{2}\end{array}\right]\)}; \draw[thick,red,->] (0,0) -- (1,0); \draw[thick,red,->] (0,0) -- (0.75,0.5); \draw[red,dashed] (1,0) -- (1.75,0.5) -- (0.75,0.5); @@ -275,7 +275,7 @@ In order to figure out how to compute it, we first figure out the properties it \draw[thin,gray,<->] (-4,0)-- (4,0); \draw[thin,gray,<->] (0,-4)-- (0,4); \draw[thick,blue,->] (0,0) -- node[below] {\(B\left[\begin{array}{c}1\\0\end{array}\right]=2\left[\begin{array}{c}1\\0\end{array}\right]\)}++ (2,0); - \draw[thick,blue,->] (0,0) -- ++(3,2) node[above] {\(B\left[\begin{array}{c}\frac{3}{4}\\\frac{1}{2}\end{array}\right]=4\left[\begin{array}{c}\frac{3}{4}\\\frac{1}{2}\end{array}\right]\)}; + \draw[thick,blue,->] (0,0) -- ++(3,2) node[above] {\(\def\arraystretch{1.25} B\left[\begin{array}{c}\frac{3}{4}\\\frac{1}{2}\end{array}\right]=4\left[\begin{array}{c}\frac{3}{4}\\\frac{1}{2}\end{array}\right]\)}; \draw[thick,red,->] (0,0) -- (1,0); \draw[thick,red,->] (0,0) -- (0.75,0.5); \draw[red,dashed] (1,0) -- (1.75,0.5) -- (0.75,0.5); @@ -301,7 +301,7 @@ If \det([\vec{e}_1\hspace{0.5em} \vec{e}_2])=\det(I) is the area of resulting parallelogram, what is the value of \det([\vec{e}_1\hspace{0.5em} \vec{e}_2])=\det(I)?

- + \begin{tikzpicture} \fill[red!50!white] (0,0) rectangle (1,1); diff --git a/source/linear-algebra/source/05-GT/03.ptx b/source/linear-algebra/source/05-GT/03.ptx index 1a06ceea5..f56ed8187 100644 --- a/source/linear-algebra/source/05-GT/03.ptx +++ b/source/linear-algebra/source/05-GT/03.ptx @@ -15,7 +15,7 @@

- Let R\colon\IR^2\to\IR^2 be the transformation given by rotating vectors about the origin through and angle of 45^\circ, and let S\colon\IR^2\to\IR^2 denote the transformation that reflects vectors about the line x_1=x_2. + Let R\colon\IR^2\to\IR^2 be the transformation given by rotating vectors about the origin through an angle of 45^\circ, and let S\colon\IR^2\to\IR^2 denote the transformation that reflects vectors about the line x_1=x_2.