Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7239 views
1
\documentclass{exam}
2
\usepackage{amsmath}
3
\usepackage{amsfonts}
4
5
\begin{document}
6
7
\begin{center}
8
Worksheet 5 - Due 11/3
9
\end{center}
10
11
\begin{questions}
12
\question
13
Extend $\{(1,-1,0,0),(1,0,-1,0)\}$ to a basis for the subspace, $W$, defined by
14
$w+x+y+z=0$. In other words, find a basis for $W$ that includes
15
$(1,-1,0,0)$ and $(1,0,-1,0)$.
16
17
\question
18
Let $P$ be the plane given by $2x+y+z=0$ in $\mathbb{R}^3$.
19
\begin{parts}
20
\part
21
What is a normal vector to $P$?
22
\part
23
Give a basis for $\mathbb{R}^3$ that includes a normal vector to $P$
24
and 2 vectors that lie on $P$.
25
\part
26
Let $T:\mathbb{R}^3\to\mathbb{R}^3$ be the linear transform that
27
reflects all vectors across $P$. This means that $T(n)=-n$ whenver $n$
28
is normal to $P$ and $T(v)=v$ if $v$ lies on $P$. Find $A$ such that
29
$T(x)=Ax$.
30
\part
31
What is the rank of $T$? What is the nullity of $T$?
32
\end{parts}
33
34
\question
35
Let $T:\mathbb{R}^3 \to \mathbb{R}^2$ be the linear transform defined by
36
$T(1,1,1)=(1,0)$, $T(1,0,1)=(1,1)$, and $T(1,1,0)=(0,2)$.
37
\begin{parts}
38
\part
39
Before doing a single computation, what can you already say about the
40
rank and nullity of $T$?
41
\part
42
Give a matrix $A$ such that $T(x)=Ax$. You may express $A$ as a product
43
of matrices and their inverses.
44
\part
45
What is the rank and nullity of $T$?
46
\end{parts}
47
48
\question
49
Give an example of each of the following. If it is not possible, write NOT
50
POSSIBLE.
51
\begin{parts}
52
\part
53
Find an invertible $3\times 3$ matrix $A$ and a $3\times 3$ matrix $B$
54
such that $rank(AB)\neq rank(BA)$.
55
\part
56
Find two $3\times 3$ matrices $A$ and $B$, each with nullity 1 such
57
that $AB$ is the zero matrix.
58
\part
59
Find two $3\times 3$ matrices $A$ and $B$, each with rank 1 such
60
that $AB$ is the zero matrix.
61
\part
62
Find two $3\times 3$ matrices $A$ and $B$, each with nullity 2 such
63
that $AB$ is the zero matrix.
64
\part
65
Find two $3\times 3$ matrices $A$ and $B$, each with rank 2 such
66
that $AB$ is the zero matrix.
67
\end{parts}
68
\end{questions}
69
70
\end{document}
71
72