<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, How can I obtain the taylor series or expansion of a large expression without having the gigantic memory?</title>
    <link>http://www.mapleprimes.com/questions/99103-How-Can-I-Obtain-The-Taylor-Series-Or</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 11:40:30 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 11:40:30 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How can I obtain the taylor series or expansion of a large expression without having the gigantic memory?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How can I obtain the taylor series or expansion of a large expression without having the gigantic memory?</title>
      <link>http://www.mapleprimes.com/questions/99103-How-Can-I-Obtain-The-Taylor-Series-Or</link>
    </image>
    <item>
      <title>add not sum</title>
      <link>http://www.mapleprimes.com/questions/99103-How-Can-I-Obtain-The-Taylor-Series-Or?ref=Feed:MaplePrimes:How can I obtain the taylor series or expansion of a large expression without having the gigantic memory?:Comments#answer99106</link>
      <itunes:summary>&lt;p&gt;Using `add` instead of `sum` makes a big difference here. For such adding of a finite (explicit) number of terms, you should be using `add`.&lt;/p&gt;
&lt;p&gt;Suppressing printing of results by terminating statements with full colon : instead of semicolon ; can also help. (Not here, since the example below has length too long for display in the Standard GUI at default settings. But if the output is going to be too long for you to sensibly view, then don't print it out.)&lt;/p&gt;
&lt;pre&gt;&amp;gt; restart:
&amp;gt; f:=x-&amp;gt;add(n*x*sin(n*x),n=1..1000):
&amp;gt; g:=taylor(f(x),x=1,60):
&amp;gt; kernelopts(bytesalloc);
                           287257216
&lt;/pre&gt;
&lt;p&gt;That's about 300MB of memory allocated. It was reasonably fast, too.&lt;/p&gt;
&lt;p&gt;acer&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Using `add` instead of `sum` makes a big difference here. For such adding of a finite (explicit) number of terms, you should be using `add`.&lt;/p&gt;
&lt;p&gt;Suppressing printing of results by terminating statements with full colon : instead of semicolon ; can also help. (Not here, since the example below has length too long for display in the Standard GUI at default settings. But if the output is going to be too long for you to sensibly view, then don't print it out.)&lt;/p&gt;
&lt;pre&gt;&amp;gt; restart:
&amp;gt; f:=x-&amp;gt;add(n*x*sin(n*x),n=1..1000):
&amp;gt; g:=taylor(f(x),x=1,60):
&amp;gt; kernelopts(bytesalloc);
                           287257216
&lt;/pre&gt;
&lt;p&gt;That's about 300MB of memory allocated. It was reasonably fast, too.&lt;/p&gt;
&lt;p&gt;acer&lt;/p&gt;</description>
      <guid>99106</guid>
      <pubDate>Thu, 18 Nov 2010 22:01:41 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
  </channel>
</rss>