forked from bvanderlei/MATH221
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquiz2.tex
More file actions
65 lines (48 loc) · 1.52 KB
/
Copy pathquiz2.tex
File metadata and controls
65 lines (48 loc) · 1.52 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
\documentclass[11pt]{article}
\usepackage[margin=0.75in]{geometry}
\usepackage{amssymb}
\pagestyle{empty}
\begin{document}
%\maketitle
\begin{center}
\Large
\rm{Math 221-AB1: Quiz 2}
\\
\end{center}
\vspace{0.1in}
\begin{enumerate}
\item{ Consider the following set of vectors.
\begin{displaymath}
\left\{
\left[ \begin{array}{r} 1 \\ 0 \\ 3 \end{array}\right],
\left[ \begin{array}{r} 1 \\ -1 \\ 1 \end{array}\right],
\left[ \begin{array}{r} 1 \\ -1 \\ 2 \end{array}\right]
\right\}
\end{displaymath}
\begin{enumerate}
\item {(\emph{3 pts}) Find a linear combination of these vectors that equals the vector $x$.
\begin{displaymath}
x = \left[ \begin{array}{r} 2 \\ -3 \\ 1 \end{array}\right]
\end{displaymath}}
\vspace{2.5in}
\item{(\emph{2 pts}) What is the dimension of the subspace spanned by this set of vectors. Give a reason for your answer.}
\end{enumerate}
}
\vspace{2in}
\item{Let $W = \left\{\left[ \begin{array}{rrrr} a & b & 0 & b \end{array} \right]^T: a,b\in\mathbb{R}\right\}$
\begin{enumerate}
\item {(\emph{3 pts}) Show that $W$ is a subspace of $\mathbb{R}^4$.}
\item {(\emph{2 pts}) Give a basis for $W$.}
\end{enumerate}
}
%
%\item{(\emph{3 pts})
% \begin{displaymath}
% {\bf B}= \left[ \begin{array}{rrrr} 1 & 0 & 0 & 4 \\ 0 & 0 & 1 & 3 \end{array} \right]
% \end{displaymath}
% Let $N = \{{\bf x} \in \mathbb{R}^4 \,|\, {\bf Bx} = {\bf 0} \}$.
% Does $\left[\begin{array}{rrrr} -4 & 0 & -3 & 1 \end{array} \right]^T$ span $N$? Explain.
%}
\end{enumerate}
\vspace{0.1in}
\end{document}