-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCE_Apr4.tex
More file actions
56 lines (42 loc) · 1.14 KB
/
Copy pathCE_Apr4.tex
File metadata and controls
56 lines (42 loc) · 1.14 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
\documentclass[11pt]{article}
\usepackage[margin=0.75in]{geometry}
\usepackage{amsmath, amssymb, graphicx, epsfig, fleqn}
\usepackage{systeme, array}
\pagestyle{empty}
\newcommand{\adj}{\textrm{adj}\,}
\newcommand{\rank}{\textrm{rank}\,}
\newcommand{\Ker}{\textrm{Ker}\,}
\newcommand{\Image}{\textrm{Im}\,}
\newcommand{\Proj}{\textrm{Proj}\,}
\newcommand{\Span}{\textrm{Span}\,}
\begin{document}
\begin{center}
\Large
\rm{Math 221}
\\
\rm{Class Exercises: Apr. 4}
\\
\end{center}
\vspace{0.2in}
\fboxsep0.5cm
\begin{enumerate}
\item{Fill in the second row of the matrix $A$ so that it has eigenvalues 1, and 5.
\begin{displaymath}
A = \left[ \begin{array}{rr} 0&1 \\
* & * \end{array} \right]
\end{displaymath}
}
\vspace{0.5in}
\item{Suppose $B=QDQ^{-1}$ where
\begin{displaymath}
Q = \left[ \begin{array}{c|c|c} & & \\ u & v & w \\ & & \end{array} \right] \quad\quad
D = \left[ \begin{array}{ccc} 0 & 0 & 0 \\ 0 & 3 & 0 \\ 0 & 0 & 5 \end{array} \right]
\end{displaymath}
\begin{enumerate}
\item {Give a basis for $\mathcal{N}(A)$.}
\item {Find all solutions of $Ax=v+w$.}
\end{enumerate}
}
\end{enumerate}
\vspace{0.1in}
\end{document}