forked from bvanderlei/MATH221
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquiz4.tex
More file actions
63 lines (41 loc) · 1.49 KB
/
Copy pathquiz4.tex
File metadata and controls
63 lines (41 loc) · 1.49 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
\documentclass[11pt]{article}
\usepackage[margin=0.75in]{geometry}
\usepackage{amssymb}
\newcommand{\Proj}{\textrm{Proj}\,}
\newcommand{\Span}{\textrm{Span}\,}
\pagestyle{empty}
\begin{document}
%\maketitle
\begin{center}
\Large
\rm{Math 221-AB1: Quiz 4}
\\
\end{center}
\vspace{0.1in}
\begin{enumerate}
\item{Let $U= \Span\{x_1, x_2\}$ where $x_1 =\left[ \begin{array}{r} 1 \\ 0 \\ 2 \\ 2 \end{array} \right]$ and
$x_2 =\left[ \begin{array}{r} -2 \\ 1 \\ 0 \\ -1 \end{array} \right]$
\begin{enumerate}
\item{(\emph{4 pts}) Apply the Gram-Schmidt process to the basis $\{x_1,x_2\}$ to produce an orthonormal basis $\{u_1,u_2\}$ for $U$.}
\item{(\emph{3 pts}) Find any basis for $U^{\perp}$.}
\end{enumerate}
}
\vspace{4.5in}
\item{(\emph{3 pts}) Explain why $x^TAy$ is not an inner product for $x,y$ in $\mathbb{R}^2$ if
$A = \left[ \begin{array}{rr} 1 & 2\\ 3 & 4 \end{array}\right]$.
\vspace{0.1in}
(\textit{Hint: Show that $x^TAy$ fails to satisfy at least one property of inner products for a specific $x$ and $y$.})
}
%\item{(\emph{3 pts}) Let $W= \Span\left\{
% \left[ \begin{array}{r} 1 \\ 0 \\ 3 \end{array}\right]
% \left[ \begin{array}{r} -3 \\ 1 \\ 1 \end{array}\right]
% \right\}$ and
% $x = \left[ \begin{array}{r} 2 \\ 1 \\ 2 \end{array}\right]$. Calculate $a$ and $b$ so that
%
%\vspace{0.2in}
%$\Proj_W(x) = a\left[ \begin{array}{r} 1 \\ 0 \\ 3 \end{array}\right]
%+b\left[ \begin{array}{r} -3 \\ 1 \\ 1 \end{array}\right] $.
%}
\end{enumerate}
\vspace{0.1in}
\end{document}