Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7239 views
1
\documentclass{article}
2
\usepackage{fullpage}
3
\usepackage{hyperref}
4
5
6
\begin{document}
7
\begin{center}
8
7/2
9
\end{center}
10
\begin{enumerate}
11
\item
12
Prove that $T$ is one-to-one if and only if $T(x)=0$ implies $x=0$.
13
\item
14
Let $T:V\to W$ be a linear map. Let $S$ be a linearly independent
15
subset of $V$. Prove that if $T$ is one-to-one, then $T(S)$ is linearly
16
independent. Give a counterexample when $T$ is not one-to-one.
17
\item
18
Let $T:V\to W$ be a linear map. Let $S$ be a spanning
19
subset of $V$. Prove that if $T$ is onto, then $T(S)$ is
20
spanning. Give a counterexample when $T$ is not onto.
21
\item
22
Let $T:V\to W$ and $B = \{v_1,\ldots,v_n\}$ be a basis for $V$ and
23
$\{w_1,\ldots,w_n\}\subseteq W$. Prove that there is exactly
24
one linear transformation such that $T(v_i)=w_i$ for all
25
$i=1,\ldots,n$. What could go wrong if $B$ is not spanning? What could
26
go wrong if $B$ is not linearly independent.
27
\item
28
Let $T:V\to W$ and $U:V\to W$. Let $B$ be a basis for $V$, prove that
29
if $T(b)=U(b)$ for all $b\in B$, $T=U$.
30
\item
31
Identity the polynomial $ax^2+bx+c$ with the vector $(a,b,c)$. What is
32
the matrix corresponding to $\frac{d}{dx}:P_2(\mathbf{R})\to
33
P_2(\mathbf{R})$. What is the kernel? What is the range?
34
\item
35
What is the kernel of differentation from $C^\infty(\mathbf{R})\to
36
C^\infty(\mathbf{R})$?
37
\end{enumerate}
38
39
40
\end{document}
41
42