forked from bvanderlei/MATH221
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquiz1.tex
More file actions
55 lines (39 loc) · 1.36 KB
/
Copy pathquiz1.tex
File metadata and controls
55 lines (39 loc) · 1.36 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
\documentclass[11pt]{article}
\usepackage[margin=0.75in]{geometry}
\pagestyle{empty}
\begin{document}
%\maketitle
\begin{center}
\Large
\rm{Math 221-AB1: Quiz 1}
\\
\end{center}
\vspace{0.1in}
\begin{enumerate}
\item{(\emph{3 pts}) Determine the elementary matrix $E$ such that $EB$ has a zero in the third row, second column.
\begin{displaymath}
B = \left[ \begin{array}{rrr} 2 & 6 & 4 \\ 4 & -1 & 3 \\ -1 & 3 & 1 \end{array} \right] \quad
\end{displaymath}
}
\vspace{1.5in}
\item{(\emph{3 pts}) Suppose we know that
\begin{displaymath}
C^{-1} = \left[ \begin{array}{rrr} 1 & 1 & 2 \\ 0 & k & 1 \\ 4 & 2 & -1 \end{array} \right] \quad
\end{displaymath}
\begin{enumerate}
\item{Find a matrix $D$ so that $CD= \left[ \begin{array}{rr} 1 & 1 \\ 0 & 1 \\ 2 & -1 \end{array} \right] $.}
%\item{Find a matrix ${\bf C}$ so that ${\bf AC}= {\bf A}^2 + {\bf A}$.}
\end{enumerate}
}
\vspace{1.5in}
\item{(\emph{4 pts}) Solve the linear system $Ax=b$ with $A=LU$ where $L$, $U$, and $b$ given as
\begin{displaymath}
L = \left[ \begin{array}{rr} 1 & 0 \\ 2 & 1 \end{array} \right] \quad
U = \left[ \begin{array}{rrr} 2 & -1 & 1 \\ 0 & 0 & 3 \end{array} \right] \quad
b = \left[ \begin{array}{r} 1 \\ 8 \end{array} \right]
\end{displaymath}
Do not reconstruct $A$ and perform elimination. Make use of the factorization.
}
\end{enumerate}
\vspace{0.1in}
\end{document}