Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7239 views
1
\documentclass{article}
2
3
\usepackage{fullpage}
4
5
\begin{document}
6
7
\begin{center}
8
{\bf Quiz 3}
9
\end{center}
10
Name:
11
12
13
\begin{enumerate}
14
\item
15
Let $V$ and $W$ be finite dimensional vector spaces with an one-to-one
16
linear transformation $T:V\to W$. Prove that $\dim V \leq \dim W$.
17
(Hint: If $X$ is a vector space with $\dim X=n$ then any linearly
18
independent subset of $X$ must have cardinality less than $n$.)
19
\vfill
20
\item
21
Let $V$ and $W$ be a finite dimensional vector spaces with a onto
22
linear transformation $T:V\to W$. Let $S$ be any spanning set of $V$.
23
Prove that $T(S)=\{T(s):s\in S\}$ is also spanning.
24
\vfill
25
\end{enumerate}
26
27
\end{document}
28
29