From: MUSTAFA ?SMA?L ALKAN on
For f(x)=e^x, find a Taylor approximation that is in error by at most 10^-7 on [-1,1].
Using this approximation, write a function program to evaluate e^x. Compare it to the standart value of e^x obtained from the MATLAB function exp(x); calculate the differences between your approximation and exp(x) at 21 evenly spaced points in [-1,1].


Thanks for helping.
From: Matt Fig on
What have you done so far? Show us the code you have written, and ask a specific question about MATLAB coding.