Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
polimi-cheatsheet
GitHub Repository: polimi-cheatsheet/GAL-cheatsheet
Path: blob/master/esercizi/2.hamilton-cayley.tex
185 views
1
\subsection{Hamilton-Cayley}
2
3
Data $A = \left[
4
\arraycolsep=2.0pt\def\arraystretch{1.0}
5
\begin{array}{@{}ccc@{}}
6
1 & 2 \\
7
3 & 4 \\
8
\end{array}
9
\right]$ calcolare $A^4$.
10
11
$p(\lambda) = \lambda^2-5\lambda-2$, quindi $A^2=5A+2I$.
12
13
$A^4 = A^2A^2 = (5A+2I)(5A+2I) = 25A^2+20A+4I = 25(5A+2I)+20A+4I = 145A + 54I$
14