Skip to content

Commit b0b128d

Browse files
authored
Chapter 5 tweaks (#1030)
* Section 5.1 * Typo
1 parent 051c528 commit b0b128d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

source/linear-algebra/source/05-GT/01.ptx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ What is the area of the transformed unit square?
158158
<me>B\vec e_1=\left[\begin{array}{cc} 2 &amp; 3 \\ 0 &amp; 4 \end{array}\right]\left[\begin{array}{c}1\\0\end{array}\right]
159159
=\left[\begin{array}{c}2\\0\end{array}\right]=2\vec e_1</me>
160160

161-
<me>
161+
<me>\def\arraystretch{1.25}
162162
B\left[\begin{array}{c}\frac{3}{4}\\\frac{1}{2}\end{array}\right]
163163
=
164164
\left[\begin{array}{cc} 2 &amp; 3 \\ 0 &amp; 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?
175175
\draw[thin,gray,&lt;-&gt;] (-4,0)-- (4,0);
176176
\draw[thin,gray,&lt;-&gt;] (0,-4)-- (0,4);
177177
\draw[thick,blue,-&gt;] (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);
178-
\draw[thick,blue,-&gt;] (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]\)};
178+
\draw[thick,blue,-&gt;] (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]\)};
179179
\draw[thick,red,-&gt;] (0,0) -- (1,0);
180180
\draw[thick,red,-&gt;] (0,0) -- (0.75,0.5);
181181
\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?
228228
\draw[thin,gray,&lt;-&gt;] (-4,0)-- (4,0);
229229
\draw[thin,gray,&lt;-&gt;] (0,-4)-- (0,4);
230230
\draw[thick,blue,-&gt;] (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);
231-
\draw[thick,blue,-&gt;] (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]\)};
231+
\draw[thick,blue,-&gt;] (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]\)};
232232
\draw[thick,red,-&gt;] (0,0) -- (1,0);
233233
\draw[thick,red,-&gt;] (0,0) -- (0.75,0.5);
234234
\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
275275
\draw[thin,gray,&lt;-&gt;] (-4,0)-- (4,0);
276276
\draw[thin,gray,&lt;-&gt;] (0,-4)-- (0,4);
277277
\draw[thick,blue,-&gt;] (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);
278-
\draw[thick,blue,-&gt;] (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]\)};
278+
\draw[thick,blue,-&gt;] (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]\)};
279279
\draw[thick,red,-&gt;] (0,0) -- (1,0);
280280
\draw[thick,red,-&gt;] (0,0) -- (0.75,0.5);
281281
\draw[red,dashed] (1,0) -- (1.75,0.5) -- (0.75,0.5);
@@ -301,7 +301,7 @@ If <m>\det([\vec{e}_1\hspace{0.5em} \vec{e}_2])=\det(I)</m> is the
301301
area of resulting parallelogram, what is the value of <m>\det([\vec{e}_1\hspace{0.5em} \vec{e}_2])=\det(I)</m>?
302302
</p>
303303
<figure>
304-
<image width="75%" xml:id="GT1-image-identity-determinant">
304+
<image width="50%" xml:id="GT1-image-identity-determinant">
305305
<latex-image>
306306
\begin{tikzpicture}
307307
\fill[red!50!white] (0,0) rectangle (1,1);

source/linear-algebra/source/05-GT/03.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<activity>
1616
<introduction>
1717
<p>
18-
Let <m>R\colon\IR^2\to\IR^2</m> be the transformation given by rotating vectors about the origin through and angle of <m>45^\circ</m>, and let <m>S\colon\IR^2\to\IR^2</m> denote the transformation that reflects vectors about the line <m>x_1=x_2</m>.
18+
Let <m>R\colon\IR^2\to\IR^2</m> be the transformation given by rotating vectors about the origin through an angle of <m>45^\circ</m>, and let <m>S\colon\IR^2\to\IR^2</m> denote the transformation that reflects vectors about the line <m>x_1=x_2</m>.
1919
</p>
2020
</introduction>
2121
<task>

0 commit comments

Comments
 (0)