forked from bvanderlei/MATH221
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquiz3.tex
More file actions
40 lines (28 loc) · 1.09 KB
/
Copy pathquiz3.tex
File metadata and controls
40 lines (28 loc) · 1.09 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
\documentclass[11pt]{article}
\usepackage[margin=0.75in]{geometry}
\usepackage{amssymb}
\pagestyle{empty}
\begin{document}
%\maketitle
\begin{center}
\Large
\rm{Math 221-AB1: Quiz 3}
\\
\end{center}
\vspace{0.1in}
The transformations $T:\mathbb{R}^2\to\mathbb{R}^4$ and $S:\mathbb{R}^3\to\mathbb{R}^2$
are defined as follows:
\begin{displaymath}
T\left(\left[ \begin{array}{r} x \\ y \end{array} \right] \right) = \left[ \begin{array}{c} x \\ x+3y \\ 2x-4y \\ y \end{array} \right] \quad \quad \quad
S\left(\left[ \begin{array}{r} x \\ y \\ z \end{array} \right] \right) = \left[ \begin{array}{c} 2x \\ y+z \end{array} \right] \quad
\end{displaymath}
\begin{enumerate}
%\item{(\emph{2 pts}) Give a general formula for $T\circ S$.}
\item{(\emph{2 pts}) Find a matrix $B$ so that $T(v)=Bv$ for all $v\in\mathbb{R}^2$.}
\item{(\emph{3 pts}) Is $T$ a \textbf{one-to-one} transformation? Explain your answer clearly.}
\item{(\emph{3 pts}) Show that $S$ a \textbf{linear} transformation.}
\item{(\emph{2 pts}) Give a basis for Ker($S$).}
\end{enumerate}
\vspace{4.5in}
\vspace{0.1in}
\end{document}