MAT223 Lecture 14
-
1
- For any two vectors in
- Draw two non-parallel vectors with a common tail.
will give us - Since
- We get
- The area of the parallelogram formed by
and is
- For any two vectors in
-
3
- linear transformation
- Zero transformation is allowed.
-
4
- We can infer:
-
5
- Compute
and - Showcase the transformation
\begin{document} \begin{tikzpicture}[domain=0:4] \draw[very thin,color=gray] (-0.1,-1.1) grid (3.9,3.9); \draw[->] (-0.2,0) -- (4.2,0) node[right] {$x$}; \draw[->] (0,-1.2) -- (0,4.2) node[above] {$y$}; \draw[color=red] plot (\x,\x) node[right] {$y=x$}; \draw[color=blue] plot (\x,{4*\x}) node[right] {$y=4x$}; \end{tikzpicture} \end{document}- Take points in the co-domain, note they will lie on the parallelogram formed by
and
-
5
-
6