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 2}
9
\end{center}
10
Name:
11
12
13
\begin{enumerate}
14
\item
15
What is a linear transformation? Is it a function?
16
\vfill
17
\item
18
Prove that if $V$ is generated by a finite set $G$, then there is a
19
subset of $G$ that is a basis for $V$. (Hint: If you claim a finite
20
partially ordered set has a minimal or maximal element, you need to
21
state why this partially ordered set is nonempty.)
22
\vfill
23
\end{enumerate}
24
25
\end{document}
26
27