Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
polimi-cheatsheet
GitHub Repository: polimi-cheatsheet/GAL-cheatsheet
Path: blob/master/teoria/1.applicazioni-lineari.tex
185 views
1
\section{Applicazioni lineari}
2
$f: V \rightarrow W \quad f(v_1+v_2) = f(v_1) + f(v_2) \quad f(kv) = kf(v)$
3
4
\begin{tabular}{l@{\quad}l}
5
Definizione & $f(k_1v_1 + k_2v_2) = k_1f(v_1) + k_2f(v_2)$ \\
6
Nucleo & $\ker f = \{ \vec{v} \in V | f(\vec{v}) = \vec{0}_{W} \}$ \\
7
& $\ker f$ è un sottospazio di V e $\vec{0} \in \ker f$ \\
8
Fibra di $\vec{w}$ & $\{ \vec{v} \in V | f(\vec{v}) = \vec{w} \}$ \\
9
Immagine & $\Imm f = f(V) = \Lin(C_1, C_2, ..., C_n)$ \\
10
& $f(\vec{0}_V) = \vec{0}_W$ \\
11
Forma lineare & $f: V \rightarrow K$ \\
12
Endomorfismo & $f: V \rightarrow V$ \\
13
Iniettiva & $\ker f = \{\vec{0}\} \quad \rk A = n$ \\
14
Suriettiva & $\Imm f = W \quad \rk A = m$ \\
15
Biunivoca & Iniettiva + suriettiva (isomorfismo) $\det A \ne 0$ \\
16
Somma di f.l. & $(f+g)(\vec{v}) = f(\vec{v}) + g(\vec{v})$ \\
17
Scalare per f.l. & $(hf)(\vec{v}) = hf(\vec{v}) \qquad h \in K$ \\
18
\end{tabular}
19
20
T. nullità più rango: $|V| = |\ker f| + |\Imm f|$
21
22