<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 use subs command?</title>
    <link>http://www.mapleprimes.com/questions/129144-How-To-Use-Subs-Command</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 15:03:56 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 15:03:56 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How to use subs command?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How to use subs command?</title>
      <link>http://www.mapleprimes.com/questions/129144-How-To-Use-Subs-Command</link>
    </image>
    <item>
      <title>subs</title>
      <link>http://www.mapleprimes.com/questions/129144-How-To-Use-Subs-Command?ref=Feed:MaplePrimes:How to use subs command?:Comments#answer129146</link>
      <itunes:summary>&lt;p&gt;'eval' and 'subs' both need equations as in subs(a=7,expr);&lt;/p&gt;
&lt;p&gt;Thus after having defined eq3 you can do&lt;/p&gt;
&lt;p&gt;res:=solve({eq1, eq2, eq3}, {a, b, c});&lt;br&gt;subs(res,Te);&lt;/p&gt;
&lt;p&gt;#Since you are evaluating Te and its derivative a few times you may find it easier to define Te as a function of y ( a procedure) and then do as follows.&lt;/p&gt;
&lt;p&gt;restart;&lt;br&gt;Te := y-&amp;gt;a+b*y+c*y^2;&lt;br&gt;&lt;br&gt;eq1 := Te(delta[t]) = T[inf];&lt;br&gt;&lt;br&gt;eq2 := D(Te)(delta[t]) = 0;&lt;br&gt;&lt;br&gt;Eq3 := Te(0) = T[w]+2*(2-sigma[t])*gamma*Kn*H*D(Te)(0)/(sigma[t]*(gamma+1)*Pr);&lt;br&gt;&lt;br&gt;eq3 := factor(simplify(Eq3, {2*(2-sigma[t])*gamma*Kn/(sigma[t]*(gamma+1)*Pr) = B}));&lt;br&gt;&lt;br&gt;res:=solve({eq1, eq2, eq3}, {a, b, c});&lt;br&gt;subs(res,Te(y));&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;'eval' and 'subs' both need equations as in subs(a=7,expr);&lt;/p&gt;
&lt;p&gt;Thus after having defined eq3 you can do&lt;/p&gt;
&lt;p&gt;res:=solve({eq1, eq2, eq3}, {a, b, c});&lt;br&gt;subs(res,Te);&lt;/p&gt;
&lt;p&gt;#Since you are evaluating Te and its derivative a few times you may find it easier to define Te as a function of y ( a procedure) and then do as follows.&lt;/p&gt;
&lt;p&gt;restart;&lt;br&gt;Te := y-&amp;gt;a+b*y+c*y^2;&lt;br&gt;&lt;br&gt;eq1 := Te(delta[t]) = T[inf];&lt;br&gt;&lt;br&gt;eq2 := D(Te)(delta[t]) = 0;&lt;br&gt;&lt;br&gt;Eq3 := Te(0) = T[w]+2*(2-sigma[t])*gamma*Kn*H*D(Te)(0)/(sigma[t]*(gamma+1)*Pr);&lt;br&gt;&lt;br&gt;eq3 := factor(simplify(Eq3, {2*(2-sigma[t])*gamma*Kn/(sigma[t]*(gamma+1)*Pr) = B}));&lt;br&gt;&lt;br&gt;res:=solve({eq1, eq2, eq3}, {a, b, c});&lt;br&gt;subs(res,Te(y));&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>129146</guid>
      <pubDate>Tue, 27 Dec 2011 20:33:35 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
    <item>
      <title>subs</title>
      <link>http://www.mapleprimes.com/questions/129144-How-To-Use-Subs-Command?ref=Feed:MaplePrimes:How to use subs command?:Comments#answer129149</link>
      <itunes:summary>&lt;p&gt;It worked. Thank you for your kind reply.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;It worked. Thank you for your kind reply.&lt;/p&gt;</description>
      <guid>129149</guid>
      <pubDate>Tue, 27 Dec 2011 22:04:17 Z</pubDate>
      <itunes:author>samantasubho</itunes:author>
      <author>samantasubho</author>
    </item>
  </channel>
</rss>