10-24-2012 02:11 PM
@altenbach wrote:
Your post seems a bit redundant 😮
Following along with the spirit of this thread, he's done a taylor expansion of his question.
10-24-2012 02:29 PM
But he did not take any derivatives.
Lynn
10-24-2012 04:47 PM
@TarunAgarwal wrote:
I have done that but still its far from the desired reult.
You are confusing n and i in the formula, line three should be:
y=y+(((-1)^i)*(x^(2*i+1))/(factorial(2*i+1)))
(replace all instances of "n" by "i")
try it!
10-24-2012 10:07 PM
Thanks !
@altenbach wrote:
You are confusing n and i in the formula, line three should be:
y=y+(((-1)^i)*(x^(2*i+1))/(factorial(2*i+1)))
(replace all instances of "n" by "i")
try it!
Yes it worked!
Thanks...