Maclaurin and taylor series
I need to write a function that returns a list of Maclaurin coefficients for f(x) up to and including degree d. I have to use the taylor and coefficient commands in sage.
I need to write a function that returns a list of Maclaurin coefficients for f(x) up to and including degree d. I have to use the taylor and coefficient commands in sage.
This sounds like homework. To find the Taylor command, I suggest that you look at the quick ref at:
http://wiki.sagemath.org/quickref?act...
You can find a method for extracting the coefficients by looking through:
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-07-07 22:59:46 +0100
Seen: 6,304 times
Last updated: Jul 08 '13
Taylor expansion twice for a general function cause problem?
Restrict taylor() to only find genuine Taylor series
taylor(1/x^2,x,2,2) give unexpected results
taylor expansion with arbritary precision numbers
Multivariable taylor series with relationship between variables