<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Assigning equations</title>
    <link>http://www.mapleprimes.com/questions/35625-Assigning-Equations</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Fri, 12 Jun 2026 23:43:51 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 23:43:51 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Assigning equations</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Assigning equations</title>
      <link>http://www.mapleprimes.com/questions/35625-Assigning-Equations</link>
    </image>
    <item>
      <title>Hello I don't know what</title>
      <link>http://www.mapleprimes.com/questions/35625-Assigning-Equations?ref=Feed:MaplePrimes:Assigning equations:Comments#answer44507</link>
      <itunes:summary>&lt;p&gt;Hello I don't know what happened with the post&lt;/p&gt;
&lt;p&gt;I am trying to assign equations&lt;/p&gt;
&lt;p&gt;&lt;img src="http://img121.imageshack.us/img121/9821/assign.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;But i get the invalid arguments error. What is the problem?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hello I don't know what happened with the post&lt;/p&gt;
&lt;p&gt;I am trying to assign equations&lt;/p&gt;
&lt;p&gt;&lt;img src="http://img121.imageshack.us/img121/9821/assign.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;But i get the invalid arguments error. What is the problem?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;</description>
      <guid>44507</guid>
      <pubDate>Sat, 27 Feb 2010 09:33:21 Z</pubDate>
      <itunes:author>pirolafire</itunes:author>
      <author>pirolafire</author>
    </item>
    <item>
      <title>Left hand side not a name</title>
      <link>http://www.mapleprimes.com/questions/35625-Assigning-Equations?ref=Feed:MaplePrimes:Assigning equations:Comments#answer44508</link>
      <itunes:summary>&lt;p&gt;You are trying to assign to a sequence of sums.&lt;/p&gt;
&lt;p&gt;In the help page for assign it says that you can assign to names or functions, where 'function' means an unevalated&amp;nbsp; function call, like f(8).&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
Preben Alsholm&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;You are trying to assign to a sequence of sums.&lt;/p&gt;
&lt;p&gt;In the help page for assign it says that you can assign to names or functions, where 'function' means an unevalated&amp;nbsp; function call, like f(8).&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
Preben Alsholm&lt;/p&gt;</description>
      <guid>44508</guid>
      <pubDate>Sat, 27 Feb 2010 10:41:13 Z</pubDate>
      <itunes:author>alsholm</itunes:author>
      <author>alsholm</author>
    </item>
    <item>
      <title>Ok, so how would i do what I</title>
      <link>http://www.mapleprimes.com/questions/35625-Assigning-Equations?ref=Feed:MaplePrimes:Assigning equations:Comments#answer44509</link>
      <itunes:summary>&lt;p&gt;I am trying to assign a sequence of equations.. for example:&lt;/p&gt;
&lt;p&gt;a_{i}+b_{i}=c_{i} where i goes from 1 to 20&lt;/p&gt;
&lt;p&gt;how to do that&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I am trying to assign a sequence of equations.. for example:&lt;/p&gt;
&lt;p&gt;a_{i}+b_{i}=c_{i} where i goes from 1 to 20&lt;/p&gt;
&lt;p&gt;how to do that&lt;/p&gt;</description>
      <guid>44509</guid>
      <pubDate>Sat, 27 Feb 2010 11:12:13 Z</pubDate>
      <itunes:author>pirolafire</itunes:author>
      <author>pirolafire</author>
    </item>
    <item>
      <title>unclear</title>
      <link>http://www.mapleprimes.com/questions/35625-Assigning-Equations?ref=Feed:MaplePrimes:Assigning equations:Comments#answer44510</link>
      <itunes:summary>&lt;p&gt;It is not clear what you want.&amp;nbsp; What do mean by &amp;quot;assigning an equation&amp;quot;?&amp;nbsp; If you want to assign each equation to an indexed variable, then why not do so directly in a do loop:&lt;/p&gt;
&lt;pre&gt;
for i to 3 do
&amp;nbsp; eq[i] := a[i] = b[i];
end do:
&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;It is not clear what you want.&amp;nbsp; What do mean by &amp;quot;assigning an equation&amp;quot;?&amp;nbsp; If you want to assign each equation to an indexed variable, then why not do so directly in a do loop:&lt;/p&gt;
&lt;pre&gt;
for i to 3 do
&amp;nbsp; eq[i] := a[i] = b[i];
end do:
&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>44510</guid>
      <pubDate>Sat, 27 Feb 2010 11:23:10 Z</pubDate>
      <itunes:author>Joe
 Riel
</itunes:author>
      <author>Joe
 Riel
</author>
    </item>
  </channel>
</rss>