<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Some help with improving efficiency</title>
    <link>http://www.mapleprimes.com/questions/35655-Some-Help-With-Improving-Efficiency</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 22:18:22 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 22:18:22 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Some help with improving efficiency</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Some help with improving efficiency</title>
      <link>http://www.mapleprimes.com/questions/35655-Some-Help-With-Improving-Efficiency</link>
    </image>
    <item>
      <title>machine</title>
      <link>http://www.mapleprimes.com/questions/35655-Some-Help-With-Improving-Efficiency?ref=Feed:MaplePrimes:Some help with improving efficiency:Comments#answer44605</link>
      <itunes:summary>&lt;p&gt;Hmm.&amp;nbsp; Where does t enter the expressions?&amp;nbsp; Using all numeric values my machine executes that nested loop (P=100, Q=20, R=20) in about 0.75 seconds.&amp;nbsp; Using evalhf (and declaring the arrays appropriately) it does it in 0.2 seconds.&amp;nbsp; Leaving all non-arrays as symbolic it took 2.2 seconds.&amp;nbsp; This is using an i5 processor.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hmm.&amp;nbsp; Where does t enter the expressions?&amp;nbsp; Using all numeric values my machine executes that nested loop (P=100, Q=20, R=20) in about 0.75 seconds.&amp;nbsp; Using evalhf (and declaring the arrays appropriately) it does it in 0.2 seconds.&amp;nbsp; Leaving all non-arrays as symbolic it took 2.2 seconds.&amp;nbsp; This is using an i5 processor.&lt;/p&gt;</description>
      <guid>44605</guid>
      <pubDate>Tue, 23 Feb 2010 10:04:52 Z</pubDate>
      <itunes:author>Joe
 Riel
</itunes:author>
      <author>Joe
 Riel
</author>
    </item>
    <item>
      <title>Sorry, I should have stated</title>
      <link>http://www.mapleprimes.com/questions/35655-Some-Help-With-Improving-Efficiency?ref=Feed:MaplePrimes:Some help with improving efficiency:Comments#answer44606</link>
      <itunes:summary>&lt;p&gt;Sorry, I should have stated where t shows up--it is in the parameter &amp;quot;xinot,&amp;quot; as the simple expression v*t/L (v and L are known values).&lt;/p&gt;
&lt;p&gt;I'm running this in Maple 12 on a Pentium 4 (old, I know), and I'm getting in the range of 25 seconds with this one operation. I tried removing the dependence on t from the expression and execute the code as just numeric values, and it still takes about 20 seconds. I guess there isn't much I can do then to improve the runtime short of getting a new computer?&lt;/p&gt;
&lt;p&gt;Could it be that accessing the terms of lam, beta, and all those others is slowing things down? I have those defined in a similar manner as the coefficient c, i.e.:&lt;/p&gt;
&lt;p&gt;for i from 1 to 128 do&lt;/p&gt;
&lt;p&gt;lam[i]:=somerootofaperiodicfunction&lt;/p&gt;
&lt;p&gt;end:&lt;/p&gt;
&lt;p&gt;-sidenote: I'm not sure really what kind of datatype I'm creating with this sort of definition, since it's not a list or an array. Maybe a table? Maple datatypes are kind of confusing to me, honestly.&lt;/p&gt;
&lt;p&gt;Thanks for your help thus far.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Sorry, I should have stated where t shows up--it is in the parameter &amp;quot;xinot,&amp;quot; as the simple expression v*t/L (v and L are known values).&lt;/p&gt;
&lt;p&gt;I'm running this in Maple 12 on a Pentium 4 (old, I know), and I'm getting in the range of 25 seconds with this one operation. I tried removing the dependence on t from the expression and execute the code as just numeric values, and it still takes about 20 seconds. I guess there isn't much I can do then to improve the runtime short of getting a new computer?&lt;/p&gt;
&lt;p&gt;Could it be that accessing the terms of lam, beta, and all those others is slowing things down? I have those defined in a similar manner as the coefficient c, i.e.:&lt;/p&gt;
&lt;p&gt;for i from 1 to 128 do&lt;/p&gt;
&lt;p&gt;lam[i]:=somerootofaperiodicfunction&lt;/p&gt;
&lt;p&gt;end:&lt;/p&gt;
&lt;p&gt;-sidenote: I'm not sure really what kind of datatype I'm creating with this sort of definition, since it's not a list or an array. Maybe a table? Maple datatypes are kind of confusing to me, honestly.&lt;/p&gt;
&lt;p&gt;Thanks for your help thus far.&lt;/p&gt;</description>
      <guid>44606</guid>
      <pubDate>Wed, 24 Feb 2010 01:14:14 Z</pubDate>
      <itunes:author>petrivka</itunes:author>
      <author>petrivka</author>
    </item>
  </channel>
</rss>