<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 put this ...a procedure question</title>
    <link>http://www.mapleprimes.com/questions/40140-How-Do-I-Put-This-a-Procedure-Question</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 22:54:56 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 22:54:56 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, how do i put this ...a procedure question</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, how do i put this ...a procedure question</title>
      <link>http://www.mapleprimes.com/questions/40140-How-Do-I-Put-This-a-Procedure-Question</link>
    </image>
    <item>
      <title>map2 helps you</title>
      <link>http://www.mapleprimes.com/questions/40140-How-Do-I-Put-This-a-Procedure-Question?ref=Feed:MaplePrimes:how do i put this ...a procedure question:Comments#answer73814</link>
      <itunes:summary>&lt;p&gt;If you think about eval([x,y],{x=0,y=-1}) giving [0,-1], then you can work this up with map2 to give what you want:&lt;/p&gt;
&lt;p&gt;q:={x = 0, y = -1}, {x = 3/4, y = -7/16}:&lt;/p&gt;
&lt;p&gt;map2(eval,[x,y],[q])[];&lt;/p&gt;
&lt;p&gt;gives&lt;/p&gt;
&lt;p&gt;[0,1],[3/4,-7/16]&lt;/p&gt;
&lt;p&gt;as required. This works for any number of solutions returned by solve.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;If you think about eval([x,y],{x=0,y=-1}) giving [0,-1], then you can work this up with map2 to give what you want:&lt;/p&gt;
&lt;p&gt;q:={x = 0, y = -1}, {x = 3/4, y = -7/16}:&lt;/p&gt;
&lt;p&gt;map2(eval,[x,y],[q])[];&lt;/p&gt;
&lt;p&gt;gives&lt;/p&gt;
&lt;p&gt;[0,1],[3/4,-7/16]&lt;/p&gt;
&lt;p&gt;as required. This works for any number of solutions returned by solve.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>73814</guid>
      <pubDate>Thu, 31 Jan 2008 04:56:22 Z</pubDate>
      <itunes:author>dharr</itunes:author>
      <author>dharr</author>
    </item>
    <item>
      <title>or seq</title>
      <link>http://www.mapleprimes.com/questions/40140-How-Do-I-Put-This-a-Procedure-Question?ref=Feed:MaplePrimes:how do i put this ...a procedure question:Comments#answer73810</link>
      <itunes:summary>I would have done this with seq, as follows:

&lt;pre&gt;
q:={x = 0, y = -1}, {x = 3/4, y = -7/16};
                                       /    3      -7\ 
                     {y = -1, x = 0}, { x = -, y = -- }
                                       \    4      16/ 
seq( eval([x,y],p), p=[q] );
                                       [3  -7]
                              [0, -1], [-, --]
                                       [4  16]
&lt;/pre&gt;

&lt;pre&gt;
---------------------------------------------------------------------
Douglas B. Meade
Math, USC, Columbia, SC 29208  E-mail: mailto:meade@math.sc.edu       
Phone:  (803) 777-6183         URL:    http://www.math.sc.edu/~meade/
&lt;/pre&gt;</itunes:summary>
      <description>I would have done this with seq, as follows:

&lt;pre&gt;
q:={x = 0, y = -1}, {x = 3/4, y = -7/16};
                                       /    3      -7\ 
                     {y = -1, x = 0}, { x = -, y = -- }
                                       \    4      16/ 
seq( eval([x,y],p), p=[q] );
                                       [3  -7]
                              [0, -1], [-, --]
                                       [4  16]
&lt;/pre&gt;

&lt;pre&gt;
---------------------------------------------------------------------
Douglas B. Meade
Math, USC, Columbia, SC 29208  E-mail: mailto:meade@math.sc.edu       
Phone:  (803) 777-6183         URL:    http://www.math.sc.edu/~meade/
&lt;/pre&gt;</description>
      <guid>73810</guid>
      <pubDate>Thu, 31 Jan 2008 07:33:38 Z</pubDate>
      <itunes:author>Doug Meade</itunes:author>
      <author>Doug Meade</author>
    </item>
    <item>
      <title>thanks
this has been really</title>
      <link>http://www.mapleprimes.com/questions/40140-How-Do-I-Put-This-a-Procedure-Question?ref=Feed:MaplePrimes:how do i put this ...a procedure question:Comments#comment84306</link>
      <itunes:summary>thanks
this has been really helpful!</itunes:summary>
      <description>thanks
this has been really helpful!</description>
      <guid>84306</guid>
      <pubDate>Fri, 01 Feb 2008 02:22:25 Z</pubDate>
      <itunes:author>casperyc</itunes:author>
      <author>casperyc</author>
    </item>
  </channel>
</rss>