<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Questions and Posts tagged with evalhf</title>
    <link>http://www.mapleprimes.com/tags/evalhf</link>
    <language>en-us</language>
    <copyright>2013 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 19 Jun 2013 12:46:09 GMT</lastBuildDate>
    <pubDate>Wed, 19 Jun 2013 12:46:09 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The most recent questions and posts on MaplePrimes tagged with evalhf</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Questions and Posts tagged with evalhf</title>
      <link>http://www.mapleprimes.com/tags/evalhf</link>
    </image>
    <item>
      <title>how do I get sums produced by "add" to immediately evaluate?</title>
      <link>http://www.mapleprimes.com/questions/144314-How-Do-I-Get-Sums-Produced-By-add?ref=Feed:MaplePrimes:Tagged With evalhf</link>
      <itunes:summary>&lt;p&gt;In Maple 15.01, the commands&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; f := x -&amp;gt; sin(2 x)&lt;br&gt;&amp;nbsp;&amp;nbsp; h := n -&amp;gt; (1/Pi) int(f(x) sin(n x), x = -Pi .. Pi)&lt;br&gt;&amp;nbsp;&amp;nbsp; g := x -&amp;gt; add(h(n) sin(n x), n = 1 .. 4)&lt;br&gt;&amp;nbsp;&amp;nbsp; g(x)&lt;br&gt;&lt;br&gt;result in &lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; sin(2 x)&lt;br&gt;&lt;br&gt;which is what I expect.&amp;nbsp; However, the command&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; evalhf(g(2))&lt;br&gt;&lt;br&gt;results in the error message&lt;br&gt;&amp;nbsp;&amp;nbsp; "Error, unable to evaluate function `int` in evalhf"&lt;br&gt;so evalhf is not being passed sin(4) as I want....</itunes:summary>
      <description>&lt;p&gt;In Maple 15.01, the commands&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; f := x -&amp;gt; sin(2 x)&lt;br&gt;&amp;nbsp;&amp;nbsp; h := n -&amp;gt; (1/Pi) int(f(x) sin(n x), x = -Pi .. Pi)&lt;br&gt;&amp;nbsp;&amp;nbsp; g := x -&amp;gt; add(h(n) sin(n x), n = 1 .. 4)&lt;br&gt;&amp;nbsp;&amp;nbsp; g(x)&lt;br&gt;&lt;br&gt;result in &lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; sin(2 x)&lt;br&gt;&lt;br&gt;which is what I expect.&amp;nbsp; However, the command&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; evalhf(g(2))&lt;br&gt;&lt;br&gt;results in the error message&lt;br&gt;&amp;nbsp;&amp;nbsp; "Error, unable to evaluate function `int` in evalhf"&lt;br&gt;so evalhf is not being passed sin(4) as I want....</description>
      <guid>144314</guid>
      <pubDate>Thu, 07 Mar 2013 20:16:26 Z</pubDate>
      <itunes:author>webreg2003</itunes:author>
      <author>webreg2003</author>
    </item>
    <item>
      <title>Problem with minimal time computation !</title>
      <link>http://www.mapleprimes.com/questions/136440-Problem-With-Minimal-Time-Computation-?ref=Feed:MaplePrimes:Tagged With evalhf</link>
      <itunes:summary>&lt;p&gt;I provide a code that I tried to optimize (minimize the calculation time) several times, finally I succeeded to:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;###### &amp;nbsp; Define global variables&amp;nbsp;&lt;/span&gt;&lt;br&gt;&lt;span&gt;DGV:=proc()&amp;nbsp;&lt;/span&gt;&lt;br&gt;&lt;span&gt;&amp;nbsp;global CI0P,CI1P,CK0P,CK1P,CK0G,CK1G;&amp;nbsp;&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;span&gt;&amp;nbsp;CI0P:=Array([1,6.25,9.765625,&lt;/span&gt;&lt;span&gt;6.781684,2.6490953,0.66227383,&lt;/span&gt;&lt;span&gt;0.1149781,0.014665573,0.&lt;/span&gt;&lt;span&gt;0014321849,0.11050809e-3,0.&lt;/span&gt;&lt;span&gt;69067559e-5,0.35675392e-6,0.&lt;/span&gt;</itunes:summary>
      <description>&lt;p&gt;I provide a code that I tried to optimize (minimize the calculation time) several times, finally I succeeded to:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;###### &amp;nbsp; Define global variables&amp;nbsp;&lt;/span&gt;&lt;br&gt;&lt;span&gt;DGV:=proc()&amp;nbsp;&lt;/span&gt;&lt;br&gt;&lt;span&gt;&amp;nbsp;global CI0P,CI1P,CK0P,CK1P,CK0G,CK1G;&amp;nbsp;&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;span&gt;&amp;nbsp;CI0P:=Array([1,6.25,9.765625,&lt;/span&gt;&lt;span&gt;6.781684,2.6490953,0.66227383,&lt;/span&gt;&lt;span&gt;0.1149781,0.014665573,0.&lt;/span&gt;&lt;span&gt;0014321849,0.11050809e-3,0.&lt;/span&gt;&lt;span&gt;69067559e-5,0.35675392e-6,0.&lt;/span&gt;</description>
      <guid>136440</guid>
      <pubDate>Mon, 13 Aug 2012 20:52:33 Z</pubDate>
      <itunes:author>GPekov</itunes:author>
      <author>GPekov</author>
    </item>
    <item>
      <title>One more argument for long double</title>
      <link>http://www.mapleprimes.com/posts/130249-One-More-Argument-For-Long-Double?ref=Feed:MaplePrimes:Tagged With evalhf</link>
      <itunes:summary>&lt;p&gt;If there are still doubts to support "long double" in evalhf then there is one more argument to implement them in at least those machines that support it:&lt;br&gt; &lt;a href="/view.aspx?sf=130249/429831/CalcInEvalhfFast.mw"&gt;CalcInEvalhfFast.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;P.S. In&amp;nbsp;that well-known holy war about long double supporting in compilers i'm rather on side of "to support them" than on side of (stupid) microsoft visual c++ compiler.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;If there are still doubts to support "long double" in evalhf then there is one more argument to implement them in at least those machines that support it:&lt;br&gt; &lt;a href="/view.aspx?sf=130249/429831/CalcInEvalhfFast.mw"&gt;CalcInEvalhfFast.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;P.S. In&amp;nbsp;that well-known holy war about long double supporting in compilers i'm rather on side of "to support them" than on side of (stupid) microsoft visual c++ compiler.&lt;/p&gt;</description>
      <guid>130249</guid>
      <pubDate>Wed, 01 Feb 2012 15:47:37 Z</pubDate>
      <itunes:author>icegood</itunes:author>
      <author>icegood</author>
    </item>
    <item>
      <title>evalhf: more than 500 locals</title>
      <link>http://www.mapleprimes.com/questions/129923-Evalhf-More-Than-500-Locals?ref=Feed:MaplePrimes:Tagged With evalhf</link>
      <itunes:summary>&lt;p&gt;evalhf: more than 500 locals&lt;/p&gt;
&lt;p&gt;From where that restriction is? Is it workaroundable?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;evalhf: more than 500 locals&lt;/p&gt;
&lt;p&gt;From where that restriction is? Is it workaroundable?&lt;/p&gt;</description>
      <guid>129923</guid>
      <pubDate>Sun, 22 Jan 2012 00:12:01 Z</pubDate>
      <itunes:author>icegood</itunes:author>
      <author>icegood</author>
    </item>
    <item>
      <title>underwater stones with assignment to locals.</title>
      <link>http://www.mapleprimes.com/questions/128021-Underwater-Stones-With-Assignment-To-Locals?ref=Feed:MaplePrimes:Tagged With evalhf</link>
      <itunes:summary>&lt;p&gt;In next code g is evalhfable while MainF is not. Is it possible to create appropriate local in IntermediateCalc cover (via appropriate assignments) for fres2 to get MainF evalhfable too? &lt;a href="/view.aspx?sf=128021/425593/ex.mw"&gt;ex.mw&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;In next code g is evalhfable while MainF is not. Is it possible to create appropriate local in IntermediateCalc cover (via appropriate assignments) for fres2 to get MainF evalhfable too? &lt;a href="/view.aspx?sf=128021/425593/ex.mw"&gt;ex.mw&lt;/a&gt;&lt;/p&gt;</description>
      <guid>128021</guid>
      <pubDate>Wed, 23 Nov 2011 14:39:37 Z</pubDate>
      <itunes:author>icegood</itunes:author>
      <author>icegood</author>
    </item>
    <item>
      <title>round(evalhf(Digits))</title>
      <link>http://www.mapleprimes.com/questions/99367-RoundevalhfDigits?ref=Feed:MaplePrimes:Tagged With evalhf</link>
      <itunes:summary>&lt;p&gt;Hi everybody, could any one tell me " What is the job of order&amp;nbsp; round(evalhf(Digits)) ?&lt;/p&gt;
&lt;p&gt;Amr&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi everybody, could any one tell me " What is the job of order&amp;nbsp; round(evalhf(Digits)) ?&lt;/p&gt;
&lt;p&gt;Amr&lt;/p&gt;</description>
      <guid>99367</guid>
      <pubDate>Wed, 24 Nov 2010 07:49:18 Z</pubDate>
      <itunes:author>amrramadaneg</itunes:author>
      <author>amrramadaneg</author>
    </item>
  </channel>
</rss>