themadhatter1
- 139
- 0
Homework Statement
Use the matrix capabilities of a graphing utility to find:
f(A)=a_{0}I_{n}+a_{1}A+a_{2}A^2+\cdots+a_{n}A^n
1.
f(x)=x^2-5x+2
A=\left[\begin{array}{cc}2&0\\4&5\end{array}\right]
Homework Equations
The Attempt at a Solution
Well, I know the answer is
\left[\begin{array}{cc}-4&0\\8&2\end{array}\right]
However, I don't know how to get it.
I would think you would do A^2-5A+2 however you can't add a constant to a matrix. I'm not sure exactly what I'm supposed to do.