<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, How can I introduce an abbreviation of derivatives?</title>
    <link>http://www.mapleprimes.com/questions/140427-How-Can-I-Introduce-An-Abbreviation</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sat, 13 Jun 2026 23:59:18 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 23:59:18 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How can I introduce an abbreviation of derivatives?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How can I introduce an abbreviation of derivatives?</title>
      <link>http://www.mapleprimes.com/questions/140427-How-Can-I-Introduce-An-Abbreviation</link>
    </image>
    <item>
      <title>for example</title>
      <link>http://www.mapleprimes.com/questions/140427-How-Can-I-Introduce-An-Abbreviation?ref=Feed:MaplePrimes:How can I introduce an abbreviation of derivatives?:Comments#answer140428</link>
      <itunes:summary>&lt;pre&gt;A function does not have a variable with a specific name, no? Just think of 'sin'.&lt;br&gt;&lt;br&gt;Perhaps the following helps&lt;br&gt;&lt;br&gt;&amp;nbsp; U:= (n,u) -&amp;gt; (D@@n)(u);&lt;br&gt;&lt;br&gt;&amp;nbsp; U(2,sin)(x);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -sin(x)&lt;br&gt;&lt;br&gt;Along that line you should find a notation, which is convenient for you.&lt;/pre&gt;</itunes:summary>
      <description>&lt;pre&gt;A function does not have a variable with a specific name, no? Just think of 'sin'.&lt;br&gt;&lt;br&gt;Perhaps the following helps&lt;br&gt;&lt;br&gt;&amp;nbsp; U:= (n,u) -&amp;gt; (D@@n)(u);&lt;br&gt;&lt;br&gt;&amp;nbsp; U(2,sin)(x);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -sin(x)&lt;br&gt;&lt;br&gt;Along that line you should find a notation, which is convenient for you.&lt;/pre&gt;</description>
      <guid>140428</guid>
      <pubDate>Fri, 16 Nov 2012 15:53:17 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
    <item>
      <title>2D Math?</title>
      <link>http://www.mapleprimes.com/questions/140427-How-Can-I-Introduce-An-Abbreviation?ref=Feed:MaplePrimes:How can I introduce an abbreviation of derivatives?:Comments#answer140429</link>
      <itunes:summary>&lt;p&gt;If you don't need them marked up especially as 2D Math input then you might just be able to use the &lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=alias"&gt;alias&lt;/a&gt;&amp;nbsp;command, or &lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=PDEtools/declare"&gt;pdetools[declare]&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Here are two posts that relate to 2D Math input forms: &lt;a href="http://www.mapleprimes.com/maplesoftblog/100265-Subscripts-As-Partial-Differentiation-Operators"&gt;one&lt;/a&gt;, and &lt;a href="http://www.mapleprimes.com/posts/101691-Programming-Subscripted-Partial-Differentiation"&gt;two&lt;/a&gt;.&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;acer&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;If you don't need them marked up especially as 2D Math input then you might just be able to use the &lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=alias"&gt;alias&lt;/a&gt;&amp;nbsp;command, or &lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=PDEtools/declare"&gt;pdetools[declare]&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Here are two posts that relate to 2D Math input forms: &lt;a href="http://www.mapleprimes.com/maplesoftblog/100265-Subscripts-As-Partial-Differentiation-Operators"&gt;one&lt;/a&gt;, and &lt;a href="http://www.mapleprimes.com/posts/101691-Programming-Subscripted-Partial-Differentiation"&gt;two&lt;/a&gt;.&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;acer&lt;/p&gt;</description>
      <guid>140429</guid>
      <pubDate>Fri, 16 Nov 2012 17:45:00 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
    <item>
      <title>abbreviation of derivatives</title>
      <link>http://www.mapleprimes.com/questions/140427-How-Can-I-Introduce-An-Abbreviation?ref=Feed:MaplePrimes:How can I introduce an abbreviation of derivatives?:Comments#answer140474</link>
      <itunes:summary>&lt;p&gt;For short input of derivatives (and long output), &lt;strong&gt;diff_table&lt;/strong&gt; may become handy:&lt;/p&gt;
&lt;pre&gt;with(PDEtools, diff_table):
U := diff_table(u(x)):
U[x];
                                    d
                                    -- u(x)
                                    dx
U[]*U[x,x];
                                     / 2      \
                                     |d       |
                                u(x) |--- u(x)|
                                     |  2     |
                                     \dx      /
&lt;/pre&gt;
&lt;p&gt;See &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=PDEtools,diff_table"&gt;?PDEtools,diff_table&lt;/a&gt;. On the other hand &lt;strong&gt;declare&lt;/strong&gt;, already mentioned by acer, is for short output (and long input) of those derivatives. You may also find useful looking at &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=PDEtools,ToJet"&gt;?PDEtools,ToJet&lt;/a&gt; and family.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;For short input of derivatives (and long output), &lt;strong&gt;diff_table&lt;/strong&gt; may become handy:&lt;/p&gt;
&lt;pre&gt;with(PDEtools, diff_table):
U := diff_table(u(x)):
U[x];
                                    d
                                    -- u(x)
                                    dx
U[]*U[x,x];
                                     / 2      \
                                     |d       |
                                u(x) |--- u(x)|
                                     |  2     |
                                     \dx      /
&lt;/pre&gt;
&lt;p&gt;See &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=PDEtools,diff_table"&gt;?PDEtools,diff_table&lt;/a&gt;. On the other hand &lt;strong&gt;declare&lt;/strong&gt;, already mentioned by acer, is for short output (and long input) of those derivatives. You may also find useful looking at &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=PDEtools,ToJet"&gt;?PDEtools,ToJet&lt;/a&gt; and family.&lt;/p&gt;</description>
      <guid>140474</guid>
      <pubDate>Sat, 17 Nov 2012 09:40:34 Z</pubDate>
      <itunes:author>Alejandro Jakubi</itunes:author>
      <author>Alejandro Jakubi</author>
    </item>
    <item>
      <title>Thank you very much for your help</title>
      <link>http://www.mapleprimes.com/questions/140427-How-Can-I-Introduce-An-Abbreviation?ref=Feed:MaplePrimes:How can I introduce an abbreviation of derivatives?:Comments#comment140489</link>
      <itunes:summary>&lt;p align="left"&gt;Thank you very much for your help. I am studying the solutions that you provided. The two references &amp;ldquo;Subscripts as Partial Differentiation Operators&amp;rdquo; and &amp;ldquo;programming subscripted partial differentiation operators&amp;rdquo; Look very helpful&lt;/p&gt;</itunes:summary>
      <description>&lt;p align="left"&gt;Thank you very much for your help. I am studying the solutions that you provided. The two references &amp;ldquo;Subscripts as Partial Differentiation Operators&amp;rdquo; and &amp;ldquo;programming subscripted partial differentiation operators&amp;rdquo; Look very helpful&lt;/p&gt;</description>
      <guid>140489</guid>
      <pubDate>Sat, 17 Nov 2012 23:40:07 Z</pubDate>
      <itunes:author>yihezhi</itunes:author>
      <author>yihezhi</author>
    </item>
  </channel>
</rss>