Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7239 views
1
\documentclass{article}
2
3
\usepackage{fullpage}
4
\usepackage{enumerate}
5
6
\begin{document}
7
8
\begin{center}
9
{\bf Quiz 5}
10
\end{center}
11
Name:
12
13
14
Let $U, V, W$ be vector spaces. Let $S:U\to V$ and $T:V\to W$ be linear
15
transformations.
16
\begin{enumerate}[(a)]
17
\item
18
Prove that $N(S)\subseteq N(T\circ S)$.
19
\vfill
20
\vfill
21
\item
22
Give an example where $N(S)\neq N(T\circ S)$.
23
\vfill
24
\item
25
Suppose $T$ is injective. Prove that $N(S)=N(T\circ S)$.
26
\vfill
27
\vfill
28
\end{enumerate}
29
30
\end{document}
31
32