<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, How to hundle functions ?</title>
    <link>http://www.mapleprimes.com/questions/130153-How-To-Hundle-Functions-</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 17:03:36 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 17:03:36 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How to hundle functions ?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How to hundle functions ?</title>
      <link>http://www.mapleprimes.com/questions/130153-How-To-Hundle-Functions-</link>
    </image>
    <item>
      <title>Easier with expressions</title>
      <link>http://www.mapleprimes.com/questions/130153-How-To-Hundle-Functions-?ref=Feed:MaplePrimes:How to hundle functions ?:Comments#answer130156</link>
      <itunes:summary>&lt;p&gt;Hi alix,&lt;/p&gt;
&lt;p&gt;This type of thing is usually easier in Maple with expressions than with functions. If you have an expression&lt;/p&gt;
&lt;pre&gt;expr := x + 3;&lt;/pre&gt;
&lt;p&gt;then you can get the operands &lt;em&gt;x&lt;/em&gt; and 3 using&lt;em&gt; &lt;a href="http://www.maplesoft.com/support/help/view.aspx?path=op"&gt;?op&lt;/a&gt;&lt;/em&gt;:&lt;/p&gt;
&lt;pre&gt;op(expr)&lt;/pre&gt;
&lt;p&gt;will return &lt;em&gt;x&lt;/em&gt;, 3. The function combining these to get &lt;em&gt;expr&lt;/em&gt; back can be obtained with &lt;em&gt;op&lt;/em&gt;(0, &lt;em&gt;expr&lt;/em&gt;) ; it will return `+` in this case.&lt;/p&gt;
&lt;p&gt;Things get a little complicated if there are data structures such as &lt;a href="http://www.maplesoft.com/support/help/view.aspx?path=table"&gt;?table&lt;/a&gt;s or &lt;a href="http://www.maplesoft.com/support/help/view.aspx?path=Vector"&gt;?Vector&lt;/a&gt;s involved, or indeed procedures such as in your example.&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;/p&gt;
&lt;p&gt;Erik Postma&lt;br&gt;Maplesoft.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi alix,&lt;/p&gt;
&lt;p&gt;This type of thing is usually easier in Maple with expressions than with functions. If you have an expression&lt;/p&gt;
&lt;pre&gt;expr := x + 3;&lt;/pre&gt;
&lt;p&gt;then you can get the operands &lt;em&gt;x&lt;/em&gt; and 3 using&lt;em&gt; &lt;a href="http://www.maplesoft.com/support/help/view.aspx?path=op"&gt;?op&lt;/a&gt;&lt;/em&gt;:&lt;/p&gt;
&lt;pre&gt;op(expr)&lt;/pre&gt;
&lt;p&gt;will return &lt;em&gt;x&lt;/em&gt;, 3. The function combining these to get &lt;em&gt;expr&lt;/em&gt; back can be obtained with &lt;em&gt;op&lt;/em&gt;(0, &lt;em&gt;expr&lt;/em&gt;) ; it will return `+` in this case.&lt;/p&gt;
&lt;p&gt;Things get a little complicated if there are data structures such as &lt;a href="http://www.maplesoft.com/support/help/view.aspx?path=table"&gt;?table&lt;/a&gt;s or &lt;a href="http://www.maplesoft.com/support/help/view.aspx?path=Vector"&gt;?Vector&lt;/a&gt;s involved, or indeed procedures such as in your example.&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;/p&gt;
&lt;p&gt;Erik Postma&lt;br&gt;Maplesoft.&lt;/p&gt;</description>
      <guid>130156</guid>
      <pubDate>Sun, 29 Jan 2012 00:20:34 Z</pubDate>
      <itunes:author>epostma</itunes:author>
      <author>epostma</author>
    </item>
    <item>
      <title>Thanks you a lot for this accurate answer</title>
      <link>http://www.mapleprimes.com/questions/130153-How-To-Hundle-Functions-?ref=Feed:MaplePrimes:How to hundle functions ?:Comments#comment130158</link>
      <itunes:summary>&lt;p&gt;Thanks you a lots for this accurate answer !&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Alix&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thanks you a lots for this accurate answer !&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Alix&lt;/p&gt;</description>
      <guid>130158</guid>
      <pubDate>Sun, 29 Jan 2012 01:17:04 Z</pubDate>
      <itunes:author>alix</itunes:author>
      <author>alix</author>
    </item>
  </channel>
</rss>