Mathematica seems to be missing a function for this, or I开发者_JAVA百科 can\'t find it anyway. The Series function can do expansion in succession for multiple variables, but it doesn\'t seem capable
I\'m trying to make a program to calculate the cos(x) function using taylor series so far I\'ve got this:
I need to input a variable, say var, into Mathematica function Series[ ] like this: Series[A^2+B^2+C^2, var]. Ser开发者_运维技巧ies[ ] has the following syntax:
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I\'am trying to expand exp(x) function to Taylor series. Here is code: double CalcExp(){ double eps = 0.0000000000000000001;
I need to approx (1-x)^0.25 with given accuracy (0.0001 e.g.). I\'m using expansion found on Wikipedia for (1+x)^0.25. I need to stop approximating when current expression is less than the accuracy.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am trying to use a Taylor polynomial programmatically in Maple, but the following does not seem to work...