-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCE_Feb28.tex
More file actions
86 lines (65 loc) · 2.17 KB
/
Copy pathCE_Feb28.tex
File metadata and controls
86 lines (65 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
\documentclass[11pt]{article}
\usepackage[letterpaper, margin=1in]{geometry}
\usepackage{amsmath, amssymb, graphicx, epsfig, fleqn}
\setlength{\parindent}{0pt}
\newcommand{\ud}{\,\mathrm{d}}
\everymath{\displaystyle}
\def\FillInBlank{\rule{2.5in}{.01in} }
\pagestyle{empty}
\begin{document}
\begin{center}
\Large
\rm{Math 221}
\\
\rm{Class Exercises: Feb. 28}
\\
\end{center}
\vspace{0.2in}
\fboxsep0.5cm
Give a formula for a linear transformation $T:\mathbb{R}^3\to\mathbb{R}^2$ such that
\begin{displaymath}
T\left(\left[ \begin{array}{r} 2 \\ 2 \\ -1 \end{array}\right]\right) =
\left[ \begin{array}{r} 7 \\ 1 \end{array}\right]
\end{displaymath}
\begin{enumerate}
\item {Can you show that the transformation defined by your formula is linear?}
\item {Can you find a matrix $A$ so that $T(x)=Ax$?}
\end{enumerate}
\pagebreak
Give a geometric description of the transformation $S:\mathbb{R}^2\to\mathbb{R}^2$ defined by
\begin{displaymath}
S\left(\left[ \begin{array}{r} x_1 \\ x_2 \end{array}\right]\right) =
\left[ \begin{array}{rr} 0 & -1 \\ 1 & 0 \end{array}\right]
\left[ \begin{array}{r} x_1 \\ x_2 \end{array}\right]
\end{displaymath}
\vspace{4in}
Give a geometric description of the transformation $S:\mathbb{R}^2\to\mathbb{R}^2$ defined by
\begin{displaymath}
S\left(\left[ \begin{array}{r} x_1 \\ x_2 \end{array}\right]\right) =
\left[ \begin{array}{rr} 1 & 1 \\ -1 & 1 \end{array}\right]
\left[ \begin{array}{r} x_1 \\ x_2 \end{array}\right]
\end{displaymath}
\pagebreak
%\vspace{0.3in}
Suppose $T:\mathbb{R}^2\to\mathbb{R}^4$ and
\begin{displaymath}
T\left(\left[ \begin{array}{r} 3 \\ 2 \end{array}\right]\right) =
\left[ \begin{array}{r} 0 \\ -1 \\ 2 \\ -1 \end{array}\right]
\quad\quad\textrm{and}\quad\quad
T\left(\left[ \begin{array}{r} -1 \\ 2 \end{array}\right]\right) =
\left[ \begin{array}{r} 1 \\ 0 \\ 0 \\ 1 \end{array}\right]
\end{displaymath}
\vspace{0.2in}
\begin{enumerate}
\item {Calculate
\begin{displaymath}
T\left(\left[ \begin{array}{r} 1 \\ 2 \end{array}\right]\right)
\end{displaymath}
}
\item {Calculate
\begin{displaymath}
T\left(\left[ \begin{array}{r} x_1 \\ x_2 \end{array}\right]\right)
\end{displaymath}
}
\end{enumerate}
\end{document}