You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LTR-0070/main.tex
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ \subsection*{Horizontal and Vertical Scaling}
28
28
29
29
\begin{exploration}\label{init:vertstretch} Let us attempt to find a matrix $M$ for the transformation $T$ that stretches an image vertically by a factor of 2, as shown in the figure below.
30
30
31
-
\begin{center}
31
+
\begin{image}
32
32
\begin{tikzpicture}[scale=2]
33
33
\node[inner sep=0pt, anchor=base] (gulls) at (6.25mm,0)
34
34
{\includegraphics[width=25mm]{gulls.jpg}};
@@ -42,7 +42,7 @@ \subsection*{Horizontal and Vertical Scaling}
42
42
\draw[<->] (-0.5,0)--(2,0);
43
43
\draw[<->] (0,-0.5)--(0,2);
44
44
\end{tikzpicture}
45
-
\end{center}
45
+
\end{image}
46
46
47
47
Consider what this transformation does to the standard unit vectors. We observe that $T(\vec{i})=\vec{i}$ and $T(\vec{j})=2\vec{j}$.
0 commit comments