Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
polimi-cheatsheet
GitHub Repository: polimi-cheatsheet/GAL-cheatsheet
Path: blob/master/esercizi/2.inversa-funzione-hamilton-cayley.tex
185 views
1
\subsection{Inversa di una funzione con Hamilton-Cayley}
2
3
Il polinomio caratteristico di $f$ è $p(\lambda) = -\lambda^3-4\lambda^2+5\lambda+3$.
4
Per Hamilton-Cayley $\Rightarrow p(A_f) = -A^3-4A^2+5A+3I = 0$
5
$\Rightarrow (3I)A^{-1} = (A^3+4A^2-5A)A^{-1}$
6
$\Rightarrow A^{-1} = (A^2+4A-5I)/3$
7
$\Rightarrow f^{-1} = (f^2+4f-5I)/3$
8
9