<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 define left and right derivatives as binary operators?</title>
    <link>http://www.mapleprimes.com/questions/143059-How-To-Define-Left-And-Right-Derivatives</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 23:47:07 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 23:47:07 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How to define left and right derivatives as binary operators?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How to define left and right derivatives as binary operators?</title>
      <link>http://www.mapleprimes.com/questions/143059-How-To-Define-Left-And-Right-Derivatives</link>
    </image>
    <item>
      <title>&amp;dr</title>
      <link>http://www.mapleprimes.com/questions/143059-How-To-Define-Left-And-Right-Derivatives?ref=Feed:MaplePrimes:How to define left and right derivatives as binary operators?:Comments#answer143062</link>
      <itunes:summary>&lt;p&gt;Certainly you can define infix operators as in your image:&lt;/p&gt;
&lt;p&gt;If f and g are procedures:&lt;br&gt;`&amp;amp;dl`:=proc(f,g) D(f)*g end proc;&lt;br&gt;`&amp;amp;dr`:=proc(f,g) f*D(g) end proc;&lt;br&gt;f &amp;amp;dl g;&lt;br&gt;sin &amp;amp;dl cos;&lt;br&gt;f &amp;amp;dr g;&lt;br&gt;#If the variable is known to be x and f and g are expressions in x:&lt;br&gt;`&amp;amp;dl`:=proc(f,g) diff(f,x)*g end proc;&lt;br&gt;`&amp;amp;dr`:=proc(f,g) f*diff(f,x) end proc;&lt;br&gt;f(x) &amp;amp;dl g(x);&lt;br&gt;sin(x) &amp;amp;dl cos(x);&lt;br&gt;f(x) &amp;amp;dr g(x);&lt;/p&gt;
&lt;p&gt;&lt;span class="mainBody document"&gt;######&lt;br&gt;But I don't see how to use that for accomplishing the intention in your last statement:&lt;br&gt;&lt;br&gt;f exp(left_derivative_x right_derivative_x) g&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="mainBody document"&gt;In fact I don't understand it. &lt;br&gt;&lt;/span&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Certainly you can define infix operators as in your image:&lt;/p&gt;
&lt;p&gt;If f and g are procedures:&lt;br&gt;`&amp;amp;dl`:=proc(f,g) D(f)*g end proc;&lt;br&gt;`&amp;amp;dr`:=proc(f,g) f*D(g) end proc;&lt;br&gt;f &amp;amp;dl g;&lt;br&gt;sin &amp;amp;dl cos;&lt;br&gt;f &amp;amp;dr g;&lt;br&gt;#If the variable is known to be x and f and g are expressions in x:&lt;br&gt;`&amp;amp;dl`:=proc(f,g) diff(f,x)*g end proc;&lt;br&gt;`&amp;amp;dr`:=proc(f,g) f*diff(f,x) end proc;&lt;br&gt;f(x) &amp;amp;dl g(x);&lt;br&gt;sin(x) &amp;amp;dl cos(x);&lt;br&gt;f(x) &amp;amp;dr g(x);&lt;/p&gt;
&lt;p&gt;&lt;span class="mainBody document"&gt;######&lt;br&gt;But I don't see how to use that for accomplishing the intention in your last statement:&lt;br&gt;&lt;br&gt;f exp(left_derivative_x right_derivative_x) g&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="mainBody document"&gt;In fact I don't understand it. &lt;br&gt;&lt;/span&gt;&lt;/p&gt;</description>
      <guid>143062</guid>
      <pubDate>Mon, 04 Feb 2013 21:16:50 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
    <item>
      <title>The idea of such left and right derivatives</title>
      <link>http://www.mapleprimes.com/questions/143059-How-To-Define-Left-And-Right-Derivatives?ref=Feed:MaplePrimes:How to define left and right derivatives as binary operators?:Comments#answer143085</link>
      <itunes:summary>&lt;p&gt;The idea of such left and right derivatives is to calculate the star product as defined there&lt;/p&gt;
&lt;p&gt;&lt;a href="http://en.wikipedia.org/wiki/Phase_space_formulation#Star_product"&gt;http://en.wikipedia.org/wiki/Phase_space_formulation#Star_product&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;when the exponential function can be interpreted as a power series&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The idea of such left and right derivatives is to calculate the star product as defined there&lt;/p&gt;
&lt;p&gt;&lt;a href="http://en.wikipedia.org/wiki/Phase_space_formulation#Star_product"&gt;http://en.wikipedia.org/wiki/Phase_space_formulation#Star_product&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;when the exponential function can be interpreted as a power series&lt;/p&gt;</description>
      <guid>143085</guid>
      <pubDate>Tue, 05 Feb 2013 14:35:19 Z</pubDate>
      <itunes:author>pascal thibaudeau</itunes:author>
      <author>pascal thibaudeau</author>
    </item>
  </channel>
</rss>