Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
polimi-cheatsheet
GitHub Repository: polimi-cheatsheet/GAL-cheatsheet
Path: blob/master/esercizi/1.applicazioni-lineari.tex
185 views
1
\subsection{Applicazioni lineari}
2
$T: \mathbb{R}^2 \rightarrow \mathbb{R}^2 \quad T(1,1) = (1,2) \quad T(0,2) = (4,4)$
3
4
$(x,y) = a(1,1) + b(0,2) \Rightarrow a = x \quad b = \frac{y-x}{2}$
5
6
$T(x,y) = aT(1,1) + bT(0,2) = x(1,2) + \frac{y-x}{2}(4,4) = (2y-x, 2y)$
7
8
$T(1,0) = (-1,0) \qquad T(0,1) = (2,2)$
9
10
$M = \left[
11
\arraycolsep=2.0pt\def\arraystretch{1.0}
12
\begin{array}{@{}cc@{}}
13
-1 & 2 \\
14
0 & 2 \\
15
\end{array}
16
\right]
17
\quad
18
\ker f = \begin{cases}
19
-x +2y = 0 \\
20
2y = 0 \\
21
\end{cases}
22
= \{\vec{0}\}
23
$ (iniettiva)
24
25
$|\mathbb{R}^2| = |\ker f| + |\Imm f| \Rightarrow 2 = 0 + |\Imm f|$ (nullità$+\rk$)
26
27
$\Imm f = \mathbb{R}^2$ (suriettiva, isomorfismo)
28
29