Questions tagged [cayley-hamilton]

For questions about the Cayley-Hamilton theorem, which states that every square matrix over a commutative ring (such as the real or complex field) satisfies its own characteristic equation.

If A is an $n×n$ matrix and $I_n$ is the $n×n$ identity matrix, the characteristic polynomial of A is defined as

$$ p(\lambda) = \det(\lambda I -A) $$

In linear algebra, the Cayley–Hamilton theorem (named after the mathematicians Arthur Cayley and William Rowan Hamilton) states that every square matrix over a commutative ring (such as the real or complex field) satisfies its own characteristic equation; that is, $p(A)=0$. This is deeper than it appears at first: note that this does not follow by putting $\lambda=A$, as that is an abuse of notation.

There are several proofs; one is to approximate $A$ by diagonal matrices and then invoke continuity. Another uses Nakayama's Lemma.

Sources:

187 questions
1
vote
1 answer

Cayley-Hamilton-Theorem - Possible characteristic polynomial

Let $A: \mathbb{R}^3 \to \mathbb{R}^3$ s.t. $A^3-2A^2+A= 0$ The Cayley-Hamilton-Thm. states that if I put $A$ into its characteristic polynomial it'll equal $0$. But am I allowed to conclude from the given equation $A^3-2A^2+A= 0$ that $\lambda^3-2…
karnan
  • 175
0
votes
1 answer

Calculate matrix in negative power by using Cayley-Hamilton theorem

I have found the characteristic polynomial of a 2x2 matrix $A$: $$λ^2-8λ+15=0$$ Through Cayley-Hamilton Theorem: $$A^2-8A+15I=0$$ We are asked to calculate $A^{-2}$ as a function of $A$ and $I$. I would appreciate guidance.
0
votes
2 answers

Cayley Hamilton Theorem Inverse Calculation

How can I find the inverse of $A$ using Cayley Hamilton Theorem? A= 0 1 0 0 0 0 1 0 0 0 0 1 1 0 0 0 The Characteristic equation of $A$, I get is $A^4=0$, which implies $A=0$ which is clearly not true. Please…
0
votes
2 answers

Cayley-Hamilton with A=SDS^-1

How would one prove the Cayley-Hamilton theorem for a case when A=SDS^−1, where A is diagonal? I have absolutely no idea.