Tagged Questions
The power-series tag has no wiki summary.
1
vote
2answers
563 views
Any (free) tools to compute Taylor series expansion of a function?
After painful trial and error, I arrived at a grotesque function that behaves the way I want it to:
(exp(- abs(6 * (x - 0.7)) ^ 2.5 ) + exp(- (x-1.7) ^ 8 ) * 1.2)/1.5785
I only care about the ...
1
vote
1answer
94 views
How do I convert the SERIESSUM function to VB6?
On the Daily Dose of Excel website, written by the late Frank Kabel, there are some formulae which can stand in for ATP functions. Not being an Excel guru, I'm struggling with converting one (so far!) ...
1
vote
2answers
209 views
Computing A Specific Generating Function Sequence
http://www.research.att.com/~njas/sequences/A097196
I was wondering how to continue generating the sequence given in the link. It is based off a generating function. Any ideas would be appreciated. ...