Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
0 answers
63 views

Given matrices $A$, $C$ such that $ACA=0$, show that characteristic polynomial of $AB$ and $A(B+C)$ is same for any matrix B. [duplicate]

Given matrices $A$ and $C$ such that $ACA=0$, show that characteristic polynomial of $AB$ and $A(B+C)$ is same for any matrix B.This question was in a worksheet for Cayley Hamilton Theorem. The order ...
Nikhil's user avatar
  • 11
0 votes
1 answer
197 views

Proof of Cayley-Hamilton theorem over any field $\Bbb K$

I'm currently studying the Cayley-Hamilton theorem for an exam, and I do not quite get the proof presented in the lecture. It was structured as follows: first we'll prove it over $\mathbb{C}$ using ...
user1164922's user avatar
0 votes
0 answers
68 views

An $n\times n$ matrix, $n\ge 2$ with characteristic polynomial $x^{n-2}(x^2-1)$ [duplicate]

$A$ is an $n\times n$ matrix, $n\ge 2$ with characteristic polynomial $x^{n-2}(x^2-1)$. Then, which of the following is true? $A^n=A^{n-2}$ rank of $A$ is $2$ rank of $A$ is atleast $2$ there are ...
Dumbest person on earth's user avatar
1 vote
1 answer
120 views

Show that $A+B=AB+BA$ iff $\text{Tr}(A)=\text{Tr}(B)=\text{Tr}(AB)=1$

We have $A,B$ $(2×2)$ matrices with complex entries. We know $AB≠BA$. Show that $A+B=AB+BA$ if and only if $\text{Tr}(A)=\text{Tr}(B)=\text{Tr}(AB)=1$. I tried writing $A=X+Y$ and $B=X-Y$ so we can ...
Stefan Solomon's user avatar
1 vote
2 answers
224 views

Show that equation $\det(A+xB)=0$ has real solutions if and only if $\det(A^{2}+B^{2})\geq(\det(A)+\det(B))^{2}$

We have $A,B$ two $2×2$ matrices with real values and we know $\det(AB-BA)=0$. Show that equation $\det(A+xB)=0$ has real solutions if and only if $$\det(A^{2}+B^{2})\geq(\det(A)+\det(B))^{2}.$$ I ...
Stefan Solomon's user avatar
7 votes
1 answer
257 views

Prove $\det((AB)^{n}-(BA)^{n})$ is a perfect cube.

We have $A,B$ two $3×3$ matrices with integer numbers. We know that $(AB)^{2}+BA=(BA)^2+AB$. a) Show that $\det((AB)^{n}-(BA)^{n})$ is divisible by $det(AB-BA)$. b) Show that if $\det(AB-BA)=1$, then $...
Stefan Solomon's user avatar
3 votes
0 answers
133 views

Theorem 4 (Cayley-Hamilton), Section 6.3 of Hoffman’s Linear Algebra

Let $T$ be a linear operator on a finite dimensional vector space $V$. If $f$ is the characteristic polynomial for $T$, then $f(T)=0$; in other words, the minimal polynomial divides the characteristic ...
user264745's user avatar
  • 4,508
0 votes
1 answer
44 views

Implication from definition of characteristic polynomial

I know that the characteristic function of a linear map $T:V\to V$ is defined as $\chi_T(x):=\chi_A(x)$ where $A$ is any matrix for $T$ w.r.t. some basis of $V$. I know this is well-defined as it is ...
jet's user avatar
  • 477
1 vote
1 answer
197 views

If $A$ commutes with $(AB - BA)^2$, is $\det(AB - BA) = 0$?

We have $A$ and $B$ are $3 \times 3$ matrices with complex numbers. We know matrix $A$ is commuting with matrix $(AB-BA)^2$. Can you show $\det(AB-BA)=0$? I tried using some Hamilton Cayley Theorem on ...
Stefan Solomon's user avatar
2 votes
0 answers
118 views

Step in proof of Cayley-Hamilton theorem in Steinberg's book

I am reading "Representation Theory of Finite Groups - An Introductory Approach" by Benjamin Steinberg, and making exercise 2.9. I can unfortunately not find a solution anywhere. Most of the ...
Tosca's user avatar
  • 41
2 votes
1 answer
74 views

Is there any intuitive explanation to $A^2=\operatorname{tr}(A)A-\det(A)I_{2\times 2}$ for $A \in \mathbb{R}^{2\times 2}$?

$A^2=\operatorname{tr}(A)A-\det(A)I_{2\times 2}$ for $A \in \mathbb{R}^{2\times 2}$ This equation is easy to prove by denoting $$A = \begin{bmatrix} a & b\\ c & d \end{bmatrix}$$ but I am ...
zifan ying's user avatar
0 votes
5 answers
166 views

Suppose that $f: V \to V$ is a $k$-linear transformation such that $f^m = 0$ for some integer $m.$ Prove that $f^n = 0.$

Here is the question I want to tackle: Let $k$ be a field and let $V$ be an $n$-dimensional vector space over $k.$ Suppose that $f: V \to V$ is a $k$-linear transformation such that $f^m = 0$ for some ...
user avatar
2 votes
3 answers
255 views

Matrix exponential via Cayley-Hamilton

Problem For any $t\in\mathbb{R}$ compute $\exp(A_\omega t)$, where \begin{equation*}A_\omega\triangleq\left[\begin{array}{c|c} 0_2 & I_2 \\ \hline 0_2 & \Omega \end{array}\right]\end{equation*}...
matteogost's user avatar
1 vote
1 answer
105 views

Characteristic polynomial of a perturbed matrix (on the first column) as function of the original characteristic polynomial

Summary of the problem: Writing the coefficients of the characteristic polynomial of a matrix where we perturb its first column as functions of the coefficients of the characteristic polynomial of the ...
94thomas's user avatar
1 vote
2 answers
127 views

Prove that $P^k=P$ for any $k \in \mathbb{N}$ where $1$ is the only eigenvalue of $P$ implies $P=I$.

I'm having trouble proving this, using the fact $P^k=P$. ($P \in L(V)$ where $V$ is a finite-dimensional complex vector space.) Here's my work (I didn't use $P^k=P$, but it still looks valid to me ...
john's user avatar
  • 1,298
1 vote
0 answers
279 views

Establish if True or False: Any polynomial of degree $n$ with leading coefficient $(-1)^n$ is the characteristic polynomial

This is an exercise from Linear Algebra by Friedberg, Insel. The question asks to determine if True or False: Any polynomial of degree $n$ with leading coefficient $(-1)^n$ is the characteristic ...
D.C. the III's user avatar
  • 5,679
3 votes
1 answer
240 views

Finding polynomial to the power of 2020

I am trying to solve a homework problem, but I am stuck at a point where I don't know what am I suppose to do next. We're given a $3 \times 3$ matrix $$A = \begin{pmatrix}1& 2& 2\\ 2& 1&...
Tannous Tannous's user avatar
-1 votes
1 answer
275 views

Matrix and its characteristic polynomial [closed]

Let $A = \begin{bmatrix} a & b \\ c & d\end{bmatrix}$. Prove that the characteristic polynomial of A can be written as $p(\lambda) = \lambda^2 − trace(A)\lambda + det(A)$ and show that $A$ ...
trevor's user avatar
  • 1
1 vote
0 answers
39 views

Interpretation of Partial Characteristic Polynomials

Let $A$ be an $n \times n$ matrix over any base ring, and let the characteristic polynomial of $A$ be given by $x^n + \sum_{i = 1}^n f_ix^{n-i}$. For any $j \in \{1, \dots, n\}$, let $f^{(j)}(x) = x^j ...
Ashvin Swaminathan's user avatar
5 votes
0 answers
286 views

Is (a version of) the Cayley-Hamilton theorem true for $\mathbb{N}\times\mathbb{N}$ matrices?

Let $A\in \mathbb{C}^{n\times n}$. The Cayley-Hamilton theorem states that if $p(x)$ is the characteristic polynomial of $A$, i.e. $p(\lambda) = \det(\lambda I-A)$, then $A$ satisfies the ...
Integrand's user avatar
  • 8,214
0 votes
4 answers
364 views

Exercise on expression with matrices using Cayley-Hamilton theorem

For the following matrix $$A= \begin{bmatrix} 0 & 1 & 0\\ 1 & 0 & 1\\ 0 & 1 & 1 \end{bmatrix} $$ I need to use the Cayley-Hamilton theorem to calculate $(A+I_3)^{10}(A-I_3)^2+A$...
user avatar
1 vote
1 answer
310 views

Alternative way to find the eigenvalues of a matrix.

I am trying questions of Masters of Mathematics Entrance exam of my university and I am looking for an alternative solution for this question. Find Eigenvalue of the Matrix $$ \begin {bmatrix} ...
user avatar
1 vote
1 answer
182 views

Can we apply here the Cayley–Hamilton theorem?

We have the matrix \begin{equation*}A:=\begin{pmatrix}3 & 1 & 0 & -1& -1 \\ 0 & 2 & 0 & 0 & 0 \\ 1 & 0 & 2 & 0 & -1 \\ 0 & 0 & 0 & 2 & 0 ...
Mary Star's user avatar
  • 14.1k
0 votes
1 answer
139 views

Alll the matrices $A\in M_{7x7}\left(\mathbb{C}\right)$, with characteristic polynomial is: $\left(x-1\right)^3\left(x-2\right)^4$, ...

I need to find all the matrices $A\in M_{7x7}\left(\mathbb{C}\right)$, all I know is the characteristic polynomial is: $$\left(x-1\right)^3\left(x-2\right)^4$$ $$\dim\:\ker\:\left(A-2I\right)=3$$ $$\...
Ilya.K.'s user avatar
  • 1,298
2 votes
1 answer
40 views

find all the matrices (which are not similiar) which fulfill this formula

I need to find all the matrices $A\in M_{4x4}\left(\mathbb{C}\right)\:$ such that: $$A^4-2A^2+I\:=\:0$$ which means $\left(A^2-I\right)^2=0$ So I see that there is a few groups of which can give ...
Ilya.K.'s user avatar
  • 1,298
3 votes
1 answer
174 views

Ring theoretic analogue of the fact that characteristic polynomial divides a power of the minimal polynomial

Proposition. Let $R$ be a commutative ring, $n\in\mathbb N$ a natural number and let $A\in\operatorname{Mat}_{n\times n}(R)$ be an $n\times n$-matrix with coefficients in $R$. Let $P_A\in R[t]$ be the ...
Yai0Phah's user avatar
  • 9,921
0 votes
1 answer
115 views

What is the reason for so much big prof of Cayley-Hamilton theorem in Linear Algebra? [duplicate]

As I was studying linear algebra from various books I came to know about Cayley -Hamilton theorem. It states that: An $n×n$ matrix satisfies it's own characteristic equation. I see in various books ...
Tamas Kanti Garai's user avatar
3 votes
0 answers
129 views

About the characteristic equation of a square matrix (Cayley-Hamilton theorem)

Take, for example, $A$ of order $2 \times 2$. The characteristic equation comes to be $$A^2 - (\text{tr}(A)) A + \det (A) = 0 $$ But is this the only quadratic equation that this matrix satisfies? ...
aryan bansal's user avatar
  • 1,953
1 vote
3 answers
7k views

Calculate matrix by using Cayley-Hamilton theorem

Calculate matrix $B = A^{10}-3A^9-A^2+4A$ using Cayley-Hamilton theorem on $A$. $$A = \begin{pmatrix} 2 & 2 & 2 & 5 \\ -1 & -1 & -1 & -5 \\ -2 & -2 & -1 & 0 \\...
franz3's user avatar
  • 459
1 vote
4 answers
7k views

Find the $n$-th power of a $3{\times}3$ matrix using the Cayley-Hamilton theorem.

I need to find $A^n$ of the matrix $A=\begin{pmatrix} 2&0 & 2\\ 0& 2 & 1\\ 0& 0 & 3 \end{pmatrix}$ using Cayley-Hamilton theorem. I found the characteristic polynomial $...
DaniVaja's user avatar
  • 1,385
29 votes
4 answers
7k views

Interpreting the Cayley-Hamilton theorem

The statement of the Cayley-Hamilton Theorem is fairly straight-forward. I now know how to find characteristic polynomials from a given matrix (or at least a matrix with certain properties that I am ...
The Chaz 2.0's user avatar
  • 10.5k