Question: how to find 11th of a taylor series?

Use the command taylor to find the Taylor’s series about  pi of e-(x-pi)^2

specifically compute the 11th coefficient a11.

taylor(exp(-(x-Pi)^2),x=Pi,11);

is this correct?

thanks

Please Wait...