Skip to content

Commit b01c295

Browse files
committed
Update main.tex
1 parent a6765e3 commit b01c295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LTR-0070/main.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ \subsection*{Horizontal and Vertical Scaling}
2828

2929
\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.
3030

31-
\begin{center}
31+
\begin{image}
3232
\begin{tikzpicture}[scale=2]
3333
\node[inner sep=0pt, anchor=base] (gulls) at (6.25mm,0)
3434
{\includegraphics[width=25mm]{gulls.jpg}};
@@ -42,7 +42,7 @@ \subsection*{Horizontal and Vertical Scaling}
4242
\draw[<->] (-0.5,0)--(2,0);
4343
\draw[<->] (0,-0.5)--(0,2);
4444
\end{tikzpicture}
45-
\end{center}
45+
\end{image}
4646

4747
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}$.
4848

0 commit comments

Comments
 (0)