<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, How do I store different solutions in a multi-solution problem?</title>
    <link>http://www.mapleprimes.com/questions/131829-How-Do-I-Store-Different-Solutions-In</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 17:23:48 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 17:23:48 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How do I store different solutions in a multi-solution problem?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How do I store different solutions in a multi-solution problem?</title>
      <link>http://www.mapleprimes.com/questions/131829-How-Do-I-Store-Different-Solutions-In</link>
    </image>
    <item>
      <title>Possible solution.</title>
      <link>http://www.mapleprimes.com/questions/131829-How-Do-I-Store-Different-Solutions-In?ref=Feed:MaplePrimes:How do I store different solutions in a multi-solution problem?:Comments#answer131832</link>
      <itunes:summary>&lt;p&gt;I'm not sure if I understand correctly your question, but here are some suggestions:&lt;/p&gt;
&lt;p&gt;1) If you want the computed variables to be assigned after solving with solve you can type:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;solve({E||(1 .. 8)}, {C||(1 .. 8)});&lt;/strong&gt;&lt;br&gt;&lt;strong&gt;assign(%);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;2) But you probably want to store whole equalities to new variables X1,...,X8, which can be done by:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;X||(1..8):=op(solve({E||(1 .. 8)}, {C||(1 .. 8)}));&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;br&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Edit: I assumed the solve command returns exactly one solution. Otherwise it would be more complicated. I still don't understand why you want such a thing, since in my opinion it is better to use just one variable to store all the solutions like&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;strong&gt;sol:=solve({E||(1 .. 8)}, {C||(1 .. 8)});&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I'm not sure if I understand correctly your question, but here are some suggestions:&lt;/p&gt;
&lt;p&gt;1) If you want the computed variables to be assigned after solving with solve you can type:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;solve({E||(1 .. 8)}, {C||(1 .. 8)});&lt;/strong&gt;&lt;br&gt;&lt;strong&gt;assign(%);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;2) But you probably want to store whole equalities to new variables X1,...,X8, which can be done by:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;X||(1..8):=op(solve({E||(1 .. 8)}, {C||(1 .. 8)}));&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;br&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Edit: I assumed the solve command returns exactly one solution. Otherwise it would be more complicated. I still don't understand why you want such a thing, since in my opinion it is better to use just one variable to store all the solutions like&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;strong&gt;sol:=solve({E||(1 .. 8)}, {C||(1 .. 8)});&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;</description>
      <guid>131832</guid>
      <pubDate>Sat, 17 Mar 2012 02:56:58 Z</pubDate>
      <itunes:author>Jarekkk</itunes:author>
      <author>Jarekkk</author>
    </item>
  </channel>
</rss>