<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, A problem with using "subs" command</title>
    <link>http://www.mapleprimes.com/questions/138300-A-Problem-With-Using-subs-Command</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 09:27:47 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 09:27:47 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, A problem with using "subs" command</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, A problem with using "subs" command</title>
      <link>http://www.mapleprimes.com/questions/138300-A-Problem-With-Using-subs-Command</link>
    </image>
    <item>
      <title>substitute for what?</title>
      <link>http://www.mapleprimes.com/questions/138300-A-Problem-With-Using-subs-Command?ref=Feed:MaplePrimes:A problem with using "subs" command:Comments#answer138302</link>
      <itunes:summary>&lt;p&gt;You need to provide the rule for "old to new", what has to be done &lt;br&gt;&lt;br&gt;The syntax is subs( currentExpression = newExpression, termToWorkOn), algsubs is similar.&lt;br&gt;&lt;br&gt;Likewise you can try eval(termToWorkOn, currentExpression = newExpression)&lt;br&gt;&lt;br&gt;&lt;br&gt;And it is simply not clear, what you want to do.&lt;br&gt;&lt;br&gt;&lt;br&gt;Note that D_0 etc does not make sense, except you mean constants and that your expressions&lt;br&gt;do not depend on your variable t.&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;You need to provide the rule for "old to new", what has to be done &lt;br&gt;&lt;br&gt;The syntax is subs( currentExpression = newExpression, termToWorkOn), algsubs is similar.&lt;br&gt;&lt;br&gt;Likewise you can try eval(termToWorkOn, currentExpression = newExpression)&lt;br&gt;&lt;br&gt;&lt;br&gt;And it is simply not clear, what you want to do.&lt;br&gt;&lt;br&gt;&lt;br&gt;Note that D_0 etc does not make sense, except you mean constants and that your expressions&lt;br&gt;do not depend on your variable t.&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>138302</guid>
      <pubDate>Sun, 14 Oct 2012 23:12:14 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
    <item>
      <title>2-D input trap</title>
      <link>http://www.mapleprimes.com/questions/138300-A-Problem-With-Using-subs-Command?ref=Feed:MaplePrimes:A problem with using "subs" command:Comments#answer138304</link>
      <itunes:summary>&lt;p&gt;The problem here is a 2-D input trap. The third line of your 1-D input shows the name&amp;nbsp;&lt;strong&gt;`#mo("&amp;amp;sdot;",fontstyle = "italic")`&lt;/strong&gt; which typesets as a dot. If it slipped into your input by use of a menu, my advice is avoid them. Or better yet, avoid the usage of 2-D input altogether. It is full of traps!&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The problem here is a 2-D input trap. The third line of your 1-D input shows the name&amp;nbsp;&lt;strong&gt;`#mo("&amp;amp;sdot;",fontstyle = "italic")`&lt;/strong&gt; which typesets as a dot. If it slipped into your input by use of a menu, my advice is avoid them. Or better yet, avoid the usage of 2-D input altogether. It is full of traps!&lt;/p&gt;</description>
      <guid>138304</guid>
      <pubDate>Mon, 15 Oct 2012 00:54:13 Z</pubDate>
      <itunes:author>Alejandro Jakubi</itunes:author>
      <author>Alejandro Jakubi</author>
    </item>
    <item>
      <title>In reply to Axel:</title>
      <link>http://www.mapleprimes.com/questions/138300-A-Problem-With-Using-subs-Command?ref=Feed:MaplePrimes:A problem with using "subs" command:Comments#comment138315</link>
      <itunes:summary>&lt;p&gt;The term "thetaScaleDefinition" includes the "old to new" rule.&lt;/p&gt;
&lt;p&gt;I am trying to implement a "multiple time scale" solution to a problem, whereby these kind of expressions are required to be developed. The complete model is too complex to include here, and actually not connected to this problem.&lt;/p&gt;
&lt;p&gt;I've tried the same expression without using subscripts (i.e using D1,D2 instead of D&lt;sub&gt;1&lt;/sub&gt;,D&lt;sub&gt;2&lt;/sub&gt; ) but the problem persists.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The term "thetaScaleDefinition" includes the "old to new" rule.&lt;/p&gt;
&lt;p&gt;I am trying to implement a "multiple time scale" solution to a problem, whereby these kind of expressions are required to be developed. The complete model is too complex to include here, and actually not connected to this problem.&lt;/p&gt;
&lt;p&gt;I've tried the same expression without using subscripts (i.e using D1,D2 instead of D&lt;sub&gt;1&lt;/sub&gt;,D&lt;sub&gt;2&lt;/sub&gt; ) but the problem persists.&lt;/p&gt;</description>
      <guid>138315</guid>
      <pubDate>Mon, 15 Oct 2012 11:05:51 Z</pubDate>
      <itunes:author>kobi</itunes:author>
      <author>kobi</author>
    </item>
    <item>
      <title>Using 2D input</title>
      <link>http://www.mapleprimes.com/questions/138300-A-Problem-With-Using-subs-Command?ref=Feed:MaplePrimes:A problem with using "subs" command:Comments#comment138316</link>
      <itunes:summary>&lt;p&gt;Thanks a lot Alejandro. I did not use a menu for creation of the input lines. I simply typed "*" for multiplication, as I prefer to have a multiplication sign rather than a space between the two multiplied arguments.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thanks a lot Alejandro. I did not use a menu for creation of the input lines. I simply typed "*" for multiplication, as I prefer to have a multiplication sign rather than a space between the two multiplied arguments.&lt;/p&gt;</description>
      <guid>138316</guid>
      <pubDate>Mon, 15 Oct 2012 11:14:44 Z</pubDate>
      <itunes:author>kobi</itunes:author>
      <author>kobi</author>
    </item>
    <item>
      <title>bug?</title>
      <link>http://www.mapleprimes.com/questions/138300-A-Problem-With-Using-subs-Command?ref=Feed:MaplePrimes:A problem with using "subs" command:Comments#comment138319</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/138300-A-Problem-With-Using-subs-Command#comment138316"&gt;@kobi&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;One of the problems with 2-D input is that what you get may depend on non-recorded GUI interactions (mouse clicks and the like), resulting in a process hard to reproduce. If you have got somehow that "sdot" TypeMK name just by typing "*", it sounds to me as a bug.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/138300-A-Problem-With-Using-subs-Command#comment138316"&gt;@kobi&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;One of the problems with 2-D input is that what you get may depend on non-recorded GUI interactions (mouse clicks and the like), resulting in a process hard to reproduce. If you have got somehow that "sdot" TypeMK name just by typing "*", it sounds to me as a bug.&lt;/p&gt;</description>
      <guid>138319</guid>
      <pubDate>Mon, 15 Oct 2012 12:53:18 Z</pubDate>
      <itunes:author>Alejandro Jakubi</itunes:author>
      <author>Alejandro Jakubi</author>
    </item>
    <item>
      <title>have you tried the classical interface ?</title>
      <link>http://www.mapleprimes.com/questions/138300-A-Problem-With-Using-subs-Command?ref=Feed:MaplePrimes:A problem with using "subs" command:Comments#comment138322</link>
      <itunes:summary>&lt;p&gt;Have you tried to use the classical interface ?&lt;/p&gt;
&lt;p&gt;I think it is better for controlling the input ...&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;PS for my answer below: sorry, obviously I did not&lt;br&gt;recognize the rule ... seems, it was too late ...&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Have you tried to use the classical interface ?&lt;/p&gt;
&lt;p&gt;I think it is better for controlling the input ...&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;PS for my answer below: sorry, obviously I did not&lt;br&gt;recognize the rule ... seems, it was too late ...&lt;/p&gt;</description>
      <guid>138322</guid>
      <pubDate>Mon, 15 Oct 2012 16:31:20 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
  </channel>
</rss>