MATLAB Taylor polynomial question

write a matlab function which receives a non-negative integer, n, as input and returns the n+1 coeffecients of the taylor polynomial of degree n for the function y=e^x at a=0. Write a matlab script to test your function by displaying the coefficients for n=3,6,12, respectively.

I am having the most difficult time trying to figure out how to do this. I am completely lost! Help!!

Comments

Sign In or Register to comment.