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/11
9
\end{center}
10
11
\section{2.4}
12
\begin{enumerate}
13
\item
14
Define left and right inverses.
15
\item
16
A function has a left inverse if and only if it is one-to-one.
17
\item
18
A function has a right inverse if and only if it is onto.
19
\item
20
A linear transformation is an isomorphism if and only if it is
21
bijective.
22
\item
23
A linear transformation is one-to-one if and only if the null space is
24
trivial.
25
\item
26
A linear transformation is onto if and only if the rank is the
27
dimension of the codomain.
28
\item
29
A linear transformation between equal dimensional space is an
30
isomorphism if and only if it is either one-to-one or onto.
31
\item
32
The inverse of a linear function is linear.
33
\item
34
If there is a onto linear transformation then dimension things.
35
\item
36
Two finite dimensional spaces are isomorphic if and only if they have
37
the same dimension.
38
\item
39
The $L(V,W)\cong M_{n\times n}(F)$.
40
\end{enumerate}
41
\end{document}
42
43