>> syms x ay=exp(x)taylor(y,x,4,a) y = exp(x)ans = exp(a) + (exp(a)*(a - x)^2)/2 - (exp(a)*(a - x)^3)/6 - exp(a)*(a - x)