$A$ is defined as a real $n×n$ matrix. $B$ is defined as: $$B=A+A^2+A^3+A^4+ \dots +A^n$$ What's the relation between eigenvalues of $A$ and eigenvalues of $B$? Can anyone give me some materials?
2026-03-27 01:59:37.1774576777
On
Eigenvalues of a sum of power of a matrix
513 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
Try to prove that if $\lambda$ is an eigenvalue of $A$ then $\phi(\lambda)$ is an eigenvalue of $\phi(A)$ for every $A\in \mathbb{R}^{n\times n}$ and $\phi(x)\in\mathbb{R}[x]$
HINT
If $A$ is diagonalizable, say $A = VDV^{-1}$ then $$ B = \sum_{k=1}^n \left(VDV^{-1}\right)^k = \sum_{k=1}^n VD^kV^{-1} = V \left(\sum_{k=1}^n D^k \right)V^{-1} $$ and $D$ is a diagonal matrix. Can you take it from here?