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
+18-14Lines changed: 18 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -28,21 +28,25 @@ \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
+
31
32
\begin{image}
32
-
\begin{tikzpicture}[scale=2]
33
-
\node[inner sep=0pt, anchor=base] (gulls) at (6.25mm,0)
34
-
{\includegraphics[width=25mm]{gulls.jpg}};
35
-
\draw[<->] (-0.5,0)--(2,0);
36
-
\draw[<->] (0,-0.5)--(0,2);
37
-
\end{tikzpicture}
38
-
\quad\quad
39
-
\begin{tikzpicture}[scale=2]
40
-
\node[inner sep=0pt, anchor=base] (stretchedgulls) at (6.25mm,0)
0 commit comments