0

Let us call $A$ the following matrix $$ A= \frac13\begin{bmatrix}7 & 2 & -4\\2 & 4 & -2\\-4 & -2 & 7 \end{bmatrix}$$

Is it possible to write $B$ as a polynomial of $A$ ?

The first part of the question is based on the fact that $A$ is diagonizable with all positive eigenvalues (4, 1 and 1). I have no clue how to do the second part, I think it could somehow use the spectral decomposition but I'm not sure. Any help would be appreciated.

Tom-Tom
  • 6,867
ILoveLev
  • 281
  • 1
  • 6

1 Answers1

0

The general problem is to evaluate any matrix function $f(A)$, where $f$ is analytical and the domain of $f$ contains the spectrum of $A$).

If the matrix $A$ is symmetric (normal) and/or has unique eigenvalues $\lambda_k$,$k=1,..,m$, $f(A)$ can be computed by determining the interpolation polynomial $p(x)$ for the sample value pairs $(\lambda_k,f(\lambda_k))$.

By diagonalization, one easily sees that $p(A)=f(A)$.

Lutz Lehmann
  • 126,666