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.
There will be a maintenance on the server on November 14th 2025.
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: 7,043 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
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.