Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7239 views
1
\documentclass{exam}
2
\usepackage{hyperref}
3
\usepackage{amsmath}
4
\usepackage{amsfonts}
5
6
\begin{document}
7
8
\begin{center}
9
Worksheet 8 - Never due
10
\end{center}
11
12
\begin{questions}
13
\question
14
Give an example of each of the following. If it is not possible, write
15
``NOT POSSIBLE''.
16
\begin{parts}
17
\part
18
Give an example of a basis of $\mathbb{R}^4$ such that each element
19
lies in the hyperplane $2w+3x+y+z=0$.
20
\part
21
Give an example of a basis of $\mathbb{R}^4$ such that each element
22
lies in the hyperplane $2w+3x+y+z=1$.
23
\part
24
Give an example of a matrix that is orthogonally diagonalizable but not
25
diagonalizable.
26
\part
27
Give an example of a matrix that is diagonalizable but not orthogonally
28
diagonalizable.
29
\part
30
Give an example of a nonzero matrix $A$ such that $A^2=0$.
31
\part
32
Give an example of a nonzero matrix $A$ such that $A^2=I$.
33
\part
34
Give an example of a nonzero matrix $A$ such that $A^2=I$ and the
35
nullity of $A$ is 1.
36
\part
37
Give an example of an orthogonal set that is not linearly independent.
38
\part
39
Give an example of an orthogonal set that is not spanning.
40
\part
41
Give an example of a $2\times 3$ matrix whose rank is equal to its
42
nullity.
43
\part
44
Give an example of 2 matrices $A$ and $B$ such that $A^3=B^3$.
45
\part
46
Give an example of 2 matrices $A$ and $B$ such that $A$ and $B$ each have
47
nullity 1 but $AB$ has nullity 0.
48
\part
49
Give an example of 2 matrices $A$ and $B$ such that $A$ and $B$ each have
50
nullity 0 but $AB$ has nullity 1.
51
\part
52
Give an example of a diagonalizable matrix that is not invertible.
53
\part
54
Give an example of an invertible matrix that is not diagonalizable.
55
\part
56
Give an example of a symmetric matrix that is not diagonalizable.
57
\part
58
Give an example of a symmetric matrix that is not invertible.
59
\part
60
Give an example of an orthogonal matrix that is not invertible.
61
\part
62
Give an example of an invertible matrix that is not orthogonal.
63
\part
64
Give an example of a matrix with distinct eigenvalues that is not
65
invertible.
66
\part
67
Give an example of a $3\times 3$ orthogonal matrix with only one eigenvalue.
68
\part
69
Give an example of a $3\times 3$ matrix whose only eigenvalue is 2.
70
\part
71
Give an example of a $3\times 3$ invertible matrix whose only
72
eigenvalue is 2.
73
\part
74
Give an example of a matrix $A$ and an eigenvalue $\lambda$ such that
75
the algebraic multiplicity of $\lambda$ is less than the geometric
76
multiplicity.
77
\part
78
Give an example of a matrix $A$ and an eigenvalue $\lambda$ such that
79
the geometric multiplicity of $\lambda$ is less than the algebraic
80
multiplicity.
81
\part
82
Give an example of a matrix $A$ and an eigenvalue $\lambda$ such that
83
the eigenspace is 0-dimensional.
84
\end{parts}
85
\end{questions}
86
87
\end{document}
88
89