How can I obtain the taylor series or expansion of a large expression without having the gigantic memory?

November 18 2010 by ali_hassani 25
false
Maple

0


In the name of God


Dear my friends

Hi

I want to calculate the high-order approximant of taylor series or expansion of f(x) as followings;

g:=taylor(f(x),x=1,60);

g:=expand(f(x));

in which f(x) is a very large expression with respect to x. for example, assume that

f:=x->sum(n*x*sin(n*x),n=1..1000);
g:=taylor(f(x),x=1..60);
Above commands take a large amount of memory, so as windows is compelled using the virtual memory to compensate lacking its memory; therefore, Maple becomes so sluggish.

 
How can I obtain the taylor series or expansion of a large expression without having the gigantic memory?

 Best regards

 

 
Loading Comments & Answers

You must be logged into your MaplePrimes account in order to post a comment. If you don't have an account, you can create an account here.

     

Forgot Your Password? Create an Account