<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Cannot insert nummeric value of variable assumed real</title>
    <link>http://www.mapleprimes.com/questions/35536-Cannot-Insert-Nummeric-Value-Of-Variable</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 18:34:09 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 18:34:09 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Cannot insert nummeric value of variable assumed real</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Cannot insert nummeric value of variable assumed real</title>
      <link>http://www.mapleprimes.com/questions/35536-Cannot-Insert-Nummeric-Value-Of-Variable</link>
    </image>
    <item>
      <title>assuming</title>
      <link>http://www.mapleprimes.com/questions/35536-Cannot-Insert-Nummeric-Value-Of-Variable?ref=Feed:MaplePrimes:Cannot insert nummeric value of variable assumed real:Comments#answer44209</link>
      <itunes:summary>&lt;p&gt;Applying an assumption to a variable creates an assignment that assigns a new variable (theta~) to the original variable (theta). However, the left side of a Maple assignment is not evaluated, so&lt;/p&gt;
&lt;pre&gt;
&amp;nbsp; theta := 0
&lt;/pre&gt;
&lt;p&gt;assigns a new value to theta that replaces the theta~.&amp;nbsp;&amp;nbsp; There are two way around this.&amp;nbsp; One is to use the assign procedure to assign the value:&lt;/p&gt;
&lt;pre&gt;
&amp;nbsp; assign(theta,0);
&lt;/pre&gt;
&lt;p&gt;That works because theta is evaluated (to theta~) before the assignment is made. The alternative---my preference---is to avoid assigning to the variable and use eval:&lt;/p&gt;
&lt;pre&gt;
&amp;nbsp; eval(A, theta=0);
&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;Applying an assumption to a variable creates an assignment that assigns a new variable (theta~) to the original variable (theta). However, the left side of a Maple assignment is not evaluated, so&lt;/p&gt;
&lt;pre&gt;
&amp;nbsp; theta := 0
&lt;/pre&gt;
&lt;p&gt;assigns a new value to theta that replaces the theta~.&amp;nbsp;&amp;nbsp; There are two way around this.&amp;nbsp; One is to use the assign procedure to assign the value:&lt;/p&gt;
&lt;pre&gt;
&amp;nbsp; assign(theta,0);
&lt;/pre&gt;
&lt;p&gt;That works because theta is evaluated (to theta~) before the assignment is made. The alternative---my preference---is to avoid assigning to the variable and use eval:&lt;/p&gt;
&lt;pre&gt;
&amp;nbsp; eval(A, theta=0);
&lt;/pre&gt;</description>
      <guid>44209</guid>
      <pubDate>Thu, 11 Mar 2010 21:14:26 Z</pubDate>
      <itunes:author>Joe
 Riel
</itunes:author>
      <author>Joe
 Riel
</author>
    </item>
    <item>
      <title>Hi Joe 
Thank you for your</title>
      <link>http://www.mapleprimes.com/questions/35536-Cannot-Insert-Nummeric-Value-Of-Variable?ref=Feed:MaplePrimes:Cannot insert nummeric value of variable assumed real:Comments#answer44210</link>
      <itunes:summary>&lt;p&gt;Hi Joe &lt;/p&gt;
&lt;p&gt;Thank you for your answer. &lt;/p&gt;
&lt;p&gt;Regards Brian&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi Joe &lt;/p&gt;
&lt;p&gt;Thank you for your answer. &lt;/p&gt;
&lt;p&gt;Regards Brian&lt;/p&gt;</description>
      <guid>44210</guid>
      <pubDate>Thu, 11 Mar 2010 21:30:30 Z</pubDate>
      <itunes:author>BrianB</itunes:author>
      <author>BrianB</author>
    </item>
  </channel>
</rss>