Hey I am trying to calculate this problem of Hermite polynomial by hand, but I think it's way easier to do on Maple, so can anybody help me write the Maple code:
Let $f(x) = 3xe^x - e^2x$.
a) Approximate $f(1.03)$ by the Hermite interpolating polynomial of degree at most three using $x_0 = 1$ and $x_1 = 1.05$. Compare the actual error to the error bound.
b) Repeat (a) with the Hermite interpolating polynomial of degree at most five, using $x_0 = 1.05$ and $x2 = 1.07$.
I think you can do the first one as follows: