Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
polimi-cheatsheet
GitHub Repository: polimi-cheatsheet/GAL-cheatsheet
Path: blob/master/esercizi/1.cambiamento-base.tex
185 views
1
\subsection{Cambiamento di base}
2
\begin{tabular}{ll}
3
$\Base = \{(1,0), (1,1)\}$ & $\Base' = \{(2,1),(1,2)\}$ \\
4
5
$(1,0) = (2/3,-1/3)_{|\Base'}$ & $(1,1) = (1/3,1/3)_{|\Base'}$ \\
6
\end{tabular}
7
8
$M_{\Base\rightarrow \Base'} =
9
\begin{bmatrix}
10
2/3 & 1/3 \\
11
-1/3 & 1/3 \\
12
\end{bmatrix}$
13
14
$\left((2,2)_{|\Base}\right)_{|\Base'} = M_{\Base\rightarrow \Base'} \cdot (2,2)_{|\Base} = (2,0)_{|\Base'}$
15
16
$M_{\Base'\rightarrow \Base} = M_{\Base\rightarrow \Base'}^{-1} =
17
\begin{bmatrix}
18
1 & -1 \\
19
1 & 2 \\
20
\end{bmatrix}$
21
22
$\left((2,0)_{|\Base'}\right)_{|\Base} = M_{\Base'\rightarrow \Base} \cdot (2,0)_{|\Base} = (2,2)_{|\Base'}$
23
24