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!!
I am having the most difficult time trying to figure out how to do this. I am completely lost! Help!!
0
Comments
http://icrontic.com/forum/showthread.php?t=91735
thank you for letting me know i need to post what i have written program wise though! That really does make sense and im glad i know that for future threads!