<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, pdsolve command</title>
    <link>http://www.mapleprimes.com/questions/99977-Pdsolve-Command</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 18:59:20 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 18:59:20 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, pdsolve command</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, pdsolve command</title>
      <link>http://www.mapleprimes.com/questions/99977-Pdsolve-Command</link>
    </image>
    <item>
      <title>nonlinear equation</title>
      <link>http://www.mapleprimes.com/questions/99977-Pdsolve-Command?ref=Feed:MaplePrimes:pdsolve command:Comments#answer99979</link>
      <itunes:summary>&lt;p&gt;That square-root term makes a big difference: in particular, it makes your equation nonlinear.&amp;nbsp; &lt;br&gt;Actually, you can get solutions if you express your pde in a way that eliminates the square root:&lt;/p&gt;
&lt;p&gt;&amp;gt; pde:= (-alpha^2*f(x,y,z)-diff(diff(f(x,y,z),x),x)-diff(diff(f(x,y,z),y),y)-diff(diff(f(x,y,z),z),z))^2 = a^2*(diff(f(x,y,z),x)^2+diff(f(x,y,z),y)^2+diff(f(x,y,z),z)^2)&lt;br&gt;&lt;br&gt;&amp;gt; pdsolve(pde);&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;That square-root term makes a big difference: in particular, it makes your equation nonlinear.&amp;nbsp; &lt;br&gt;Actually, you can get solutions if you express your pde in a way that eliminates the square root:&lt;/p&gt;
&lt;p&gt;&amp;gt; pde:= (-alpha^2*f(x,y,z)-diff(diff(f(x,y,z),x),x)-diff(diff(f(x,y,z),y),y)-diff(diff(f(x,y,z),z),z))^2 = a^2*(diff(f(x,y,z),x)^2+diff(f(x,y,z),y)^2+diff(f(x,y,z),z)^2)&lt;br&gt;&lt;br&gt;&amp;gt; pdsolve(pde);&lt;/p&gt;</description>
      <guid>99979</guid>
      <pubDate>Wed, 08 Dec 2010 05:26:06 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>nonlinear equation</title>
      <link>http://www.mapleprimes.com/questions/99977-Pdsolve-Command?ref=Feed:MaplePrimes:pdsolve command:Comments#answer100465</link>
      <itunes:summary>&lt;p&gt;Robert,&lt;/p&gt;
&lt;p&gt;OK, I agree the eq is nonlinear, but what if I need to consider that term of  the gradient magnitude.&amp;nbsp; Would it be more appropriate to move the LaPlacian  &amp;amp; the zeroth order term of X to the other side of the eq &amp;amp; square it to  get rid of the sq root?&amp;nbsp; Then you have a Helmholtz eq that is squared &amp;amp; you  pick a value for the gradient that is considered a nominal value for the  gradient magnitude for a defined region.&lt;/p&gt;
&lt;p&gt;Then the Helmholtz eq is = to the sq root of some constant.&lt;/p&gt;
&lt;p&gt;Can pdesolve work then?&lt;/p&gt;
&lt;p&gt;I am not on a machine right now with MAPLE so I have not tried.&lt;/p&gt;
&lt;p&gt;+ do you know any literature that is pretty standard on approaching such a  problem?&amp;nbsp; I am in the process of chasing something down via internet today on  XMAS.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Robert,&lt;/p&gt;
&lt;p&gt;OK, I agree the eq is nonlinear, but what if I need to consider that term of  the gradient magnitude.&amp;nbsp; Would it be more appropriate to move the LaPlacian  &amp;amp; the zeroth order term of X to the other side of the eq &amp;amp; square it to  get rid of the sq root?&amp;nbsp; Then you have a Helmholtz eq that is squared &amp;amp; you  pick a value for the gradient that is considered a nominal value for the  gradient magnitude for a defined region.&lt;/p&gt;
&lt;p&gt;Then the Helmholtz eq is = to the sq root of some constant.&lt;/p&gt;
&lt;p&gt;Can pdesolve work then?&lt;/p&gt;
&lt;p&gt;I am not on a machine right now with MAPLE so I have not tried.&lt;/p&gt;
&lt;p&gt;+ do you know any literature that is pretty standard on approaching such a  problem?&amp;nbsp; I am in the process of chasing something down via internet today on  XMAS.&lt;/p&gt;</description>
      <guid>100465</guid>
      <pubDate>Sun, 26 Dec 2010 00:08:46 Z</pubDate>
      <itunes:author>tsunamiBTP</itunes:author>
      <author>tsunamiBTP</author>
    </item>
    <item>
      <title>Solution</title>
      <link>http://www.mapleprimes.com/questions/99977-Pdsolve-Command?ref=Feed:MaplePrimes:pdsolve command:Comments#answer100469</link>
      <itunes:summary>&lt;p&gt;That's what I did to get rid of the square root.&amp;nbsp; And the result is&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=3ad8fabfdafc9f86e2f54a869afe6b9d.gif" alt="f(x,y,z) = exp(1/(_C1^2+_C2^2+_C3^2)*_C5*_C1^2)*exp(1/(_C1^2+_C2^2+_C3^2)*_C5*_C2^2)*exp(1/(_C1^2+_C2^2+_C3^2)*_C5*_C3^2)*((tanh(_C4+_C1*x+_C2*y+_C3*z)-1)*((a^2*(_C1^2+_C2^2+_C3^2))^(1/2)+((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)))^(-1/4/(_C1^2+_C2^2+_C3^2)*(a^2*(_C1^2+_C2^2+_C3^2))^(1/2))*((tanh(_C4+_C1*x+_C2*y+_C3*z)-1)*((a^2*(_C1^2+_C2^2+_C3^2))^(1/2)+((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)))^(-1/4*((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2))*((-1-tanh(_C4+_C1*x+_C2*y+_C3*z))*((a^2*(_C1^2+_C2^2+_C3^2))^(1/2)+((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)))^(1/4/(_C1^2+_C2^2+_C3^2)*(a^2*(_C1^2+_C2^2+_C3^2))^(1/2))*((-1-tanh(_C4+_C1*x+_C2*y+_C3*z))*((a^2*(_C1^2+_C2^2+_C3^2))^(1/2)+((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)))^(1/4*((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2))*(tanh(_C4+_C1*x+_C2*y+_C3*z)+1)^(-1/2*((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2))*(1-tanh(_C4+_C1*x+_C2*y+_C3*z))^(1/2*((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2))/exp(((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2)*_C4)*((tanh(_C4+_C1*x+_C2*y+_C3*z)+1)^(1/2*((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2))*(1-tanh(_C4+_C1*x+_C2*y+_C3*z))^(-1/2*((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2))*exp(((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2)*_C4)+1)^(1/(_C1^2+_C2^2+_C3^2)*_C1^2)*((tanh(_C4+_C1*x+_C2*y+_C3*z)+1)^(1/2*((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2))*(1-tanh(_C4+_C1*x+_C2*y+_C3*z))^(-1/2*((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2))*exp(((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2)*_C4)+1)^(1/(_C1^2+_C2^2+_C3^2)*_C2^2)*((tanh(_C4+_C1*x+_C2*y+_C3*z)+1)^(1/2*((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2))*(1-tanh(_C4+_C1*x+_C2*y+_C3*z))^(-1/2*((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2))*exp(((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2)*_C4)+1)^(1/(_C1^2+_C2^2+_C3^2)*_C3^2)"&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;That's what I did to get rid of the square root.&amp;nbsp; And the result is&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=3ad8fabfdafc9f86e2f54a869afe6b9d.gif" alt="f(x,y,z) = exp(1/(_C1^2+_C2^2+_C3^2)*_C5*_C1^2)*exp(1/(_C1^2+_C2^2+_C3^2)*_C5*_C2^2)*exp(1/(_C1^2+_C2^2+_C3^2)*_C5*_C3^2)*((tanh(_C4+_C1*x+_C2*y+_C3*z)-1)*((a^2*(_C1^2+_C2^2+_C3^2))^(1/2)+((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)))^(-1/4/(_C1^2+_C2^2+_C3^2)*(a^2*(_C1^2+_C2^2+_C3^2))^(1/2))*((tanh(_C4+_C1*x+_C2*y+_C3*z)-1)*((a^2*(_C1^2+_C2^2+_C3^2))^(1/2)+((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)))^(-1/4*((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2))*((-1-tanh(_C4+_C1*x+_C2*y+_C3*z))*((a^2*(_C1^2+_C2^2+_C3^2))^(1/2)+((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)))^(1/4/(_C1^2+_C2^2+_C3^2)*(a^2*(_C1^2+_C2^2+_C3^2))^(1/2))*((-1-tanh(_C4+_C1*x+_C2*y+_C3*z))*((a^2*(_C1^2+_C2^2+_C3^2))^(1/2)+((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)))^(1/4*((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2))*(tanh(_C4+_C1*x+_C2*y+_C3*z)+1)^(-1/2*((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2))*(1-tanh(_C4+_C1*x+_C2*y+_C3*z))^(1/2*((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2))/exp(((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2)*_C4)*((tanh(_C4+_C1*x+_C2*y+_C3*z)+1)^(1/2*((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2))*(1-tanh(_C4+_C1*x+_C2*y+_C3*z))^(-1/2*((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2))*exp(((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2)*_C4)+1)^(1/(_C1^2+_C2^2+_C3^2)*_C1^2)*((tanh(_C4+_C1*x+_C2*y+_C3*z)+1)^(1/2*((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2))*(1-tanh(_C4+_C1*x+_C2*y+_C3*z))^(-1/2*((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2))*exp(((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2)*_C4)+1)^(1/(_C1^2+_C2^2+_C3^2)*_C2^2)*((tanh(_C4+_C1*x+_C2*y+_C3*z)+1)^(1/2*((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2))*(1-tanh(_C4+_C1*x+_C2*y+_C3*z))^(-1/2*((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2))*exp(((-4*alpha^2+a^2)*(_C1^2+_C2^2+_C3^2))^(1/2)/(_C1^2+_C2^2+_C3^2)*_C4)+1)^(1/(_C1^2+_C2^2+_C3^2)*_C3^2)"&gt;&lt;/p&gt;</description>
      <guid>100469</guid>
      <pubDate>Sun, 26 Dec 2010 11:05:15 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>Simpler...</title>
      <link>http://www.mapleprimes.com/questions/99977-Pdsolve-Command?ref=Feed:MaplePrimes:pdsolve command:Comments#answer100471</link>
      <itunes:summary>&lt;p&gt;Note that the rather complicated solution returned by pdsolve (which is&lt;strong&gt; not &lt;/strong&gt;the general solution) only depends on the variables x,y,z through _C1*x + _C2*y + _C3*z.&amp;nbsp; Here _C1, _C2 and _C3 are arbitrary constants.&amp;nbsp; The pde is invariant under rotations, so we may as well look for solutions where f is a function of x.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;gt; dsolve(eval(pde, f(x,y,z) = f(x)));&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=9d1b7de2ecfb7e22bf39ae6aa83b13fe.gif" alt="f(x) = _C1*exp((1/2*a+1/2*(-4*alpha^2+a^2)^(1/2))*x)+_C2*exp((1/2*a-1/2*(-4*alpha^2+a^2)^(1/2))*x)"&gt;,&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=4185b3a31529a789266b7d72fe0a5100.gif" alt="f(x) = _C1*exp((-1/2*a+1/2*(-4*alpha^2+a^2)^(1/2))*x)+_C2*exp((-1/2*a-1/2*(-4*alpha^2+a^2)^(1/2))*x)"&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Note that the rather complicated solution returned by pdsolve (which is&lt;strong&gt; not &lt;/strong&gt;the general solution) only depends on the variables x,y,z through _C1*x + _C2*y + _C3*z.&amp;nbsp; Here _C1, _C2 and _C3 are arbitrary constants.&amp;nbsp; The pde is invariant under rotations, so we may as well look for solutions where f is a function of x.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;gt; dsolve(eval(pde, f(x,y,z) = f(x)));&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=9d1b7de2ecfb7e22bf39ae6aa83b13fe.gif" alt="f(x) = _C1*exp((1/2*a+1/2*(-4*alpha^2+a^2)^(1/2))*x)+_C2*exp((1/2*a-1/2*(-4*alpha^2+a^2)^(1/2))*x)"&gt;,&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=4185b3a31529a789266b7d72fe0a5100.gif" alt="f(x) = _C1*exp((-1/2*a+1/2*(-4*alpha^2+a^2)^(1/2))*x)+_C2*exp((-1/2*a-1/2*(-4*alpha^2+a^2)^(1/2))*x)"&gt;&lt;/p&gt;</description>
      <guid>100471</guid>
      <pubDate>Sun, 26 Dec 2010 11:48:50 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>My output for f(x,y,z) appears different from yours?</title>
      <link>http://www.mapleprimes.com/questions/99977-Pdsolve-Command?ref=Feed:MaplePrimes:pdsolve command:Comments#answer100500</link>
      <itunes:summary>&lt;p&gt;I sometimes have difficulty with interpreting MAPLE output, but my result  does not appear anything like yours.&amp;nbsp; Maybe it is telling me the same thing, but  am I in some ODD display mode that causes MAPLE to display the answer as it is  below or is it indeed giving me something different from yours?&lt;/p&gt;
&lt;p&gt;Look at pdsolve(Q2), I think I put in the correct equation since I copied it  from your posting?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br&gt; &lt;br&gt; &lt;form&gt; &lt;/form&gt;&lt;/p&gt;
&lt;table width="576" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=100500/317180/c598d49858244716f1851706a7373a65.gif" alt="" width="150" height="23"&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -176;" src="/view.aspx?sf=100500/317180/d23db7e3aea03afd0003f162f3e760b7.gif" alt="" width="546" height="193" align="middle"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(1)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -11;" src="/view.aspx?sf=100500/317180/0ea911011a44f19f8f109ae712f59f93.gif" alt="" width="211" height="28"&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -11;" src="/view.aspx?sf=100500/317180/d44c44d477fd06cc79165ec104955bb6.gif" alt="" width="91" height="28"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(2)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;span style="color: #000000; font-size: 100%; font-family: Times New Roman,serif; font-weight: normal; font-style: normal;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;span style="color: #000000; font-size: 100%; font-family: Times New Roman,serif; font-weight: normal; font-style: normal;"&gt;Loading &lt;/span&gt;&lt;!-- HelpHyperlink topic=PDEtools --&gt; &lt;span style="color: #008080; font-size: 100%; font-family: serif,serif; font-weight: normal; font-style: normal;"&gt;&lt;span style="text-decoration: underline;"&gt;PDEtools&lt;/span&gt;&lt;/span&gt; &lt;!-- /HelpHyperlink --&gt;&lt;/p&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=100500/317180/995b33e8a5ec6c741c262166db576f91.gif" alt="" width="96" height="23"&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=100500/317180/09f5ee738dd74d89df00c3fa1587f0f1.gif" alt="" width="61" height="23"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(3)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -7;" src="/view.aspx?sf=100500/317180/8c5a5335c6a40e17288eb07c9d9c0ab7.gif" alt="" width="192" height="30"&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -56;" src="/view.aspx?sf=100500/317180/70612c685d88402ab62a2834ec4601c1.gif" alt="" width="546" height="84" align="middle"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(4)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;span style="color: #000000; font-size: 100%; font-family: Times New Roman,serif; font-weight: normal; font-style: normal;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -20;" src="/view.aspx?sf=100500/317180/49ce0fdefd41470cb49c67b9f17b25a3.gif" alt="" width="495" height="48"&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -20;" src="/view.aspx?sf=100500/317180/acfd6d40a7f60a2270fc30cc3151799a.gif" alt="" width="458" height="48"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(5)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=100500/317180/037b6cbc156465d42f23f53c49def2c0.gif" alt="" width="79" height="23"&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -163;" src="/view.aspx?sf=100500/317180/580e88d00d78fdb3fdd1bb3555ad6341.gif" alt="" width="546" height="186" align="middle"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(6)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -40;" src="/view.aspx?sf=100500/317180/1aaef9da8556aa6137be32beb47f3b0e.gif" alt="" width="576" height="57" align="middle"&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -60;" src="/view.aspx?sf=100500/317180/ccdf5023c0fb9d9d2422ae6872a49e4e.gif" alt="" width="546" height="92" align="middle"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(7)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=100500/317180/5bcb1e39e481553394ae866e631c2589.gif" alt="" width="87" height="23"&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -153;" src="/view.aspx?sf=100500/317180/663fb05f4437a6b60d02140fce1e20dc.gif" alt="" width="546" height="188" align="middle"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(8)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=100500/317180/a2b4be4cb283177ac7cd4dda468f639e.gif" alt="" width="233" height="23"&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -45;" src="/view.aspx?sf=100500/317180/ab8cdfb3ab2619fa4434c007eba31f5b.gif" alt="" width="546" height="84" align="middle"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(9)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=100500/317180/0d9a85e7e78b9729a195415bac99659b.gif" alt="" width="11" height="23"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;form&gt; &lt;input name="sequence" type="hidden" value="1"&gt;&lt;/form&gt; &lt;br&gt; &lt;br&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=100500/317180/pdsovle_output.mw"&gt;Download pdsovle_output.mw&lt;/a&gt;&lt;/p&gt;
&lt;a href="/view.aspx?sf=100500/317180/pdsovle_output.mw"&gt;pdsovle_output.mw&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I sometimes have difficulty with interpreting MAPLE output, but my result  does not appear anything like yours.&amp;nbsp; Maybe it is telling me the same thing, but  am I in some ODD display mode that causes MAPLE to display the answer as it is  below or is it indeed giving me something different from yours?&lt;/p&gt;
&lt;p&gt;Look at pdsolve(Q2), I think I put in the correct equation since I copied it  from your posting?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br&gt; &lt;br&gt; &lt;form&gt; &lt;/form&gt;&lt;/p&gt;
&lt;table width="576" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=100500/317180/c598d49858244716f1851706a7373a65.gif" alt="" width="150" height="23"&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -176;" src="/view.aspx?sf=100500/317180/d23db7e3aea03afd0003f162f3e760b7.gif" alt="" width="546" height="193" align="middle"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(1)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -11;" src="/view.aspx?sf=100500/317180/0ea911011a44f19f8f109ae712f59f93.gif" alt="" width="211" height="28"&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -11;" src="/view.aspx?sf=100500/317180/d44c44d477fd06cc79165ec104955bb6.gif" alt="" width="91" height="28"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(2)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;span style="color: #000000; font-size: 100%; font-family: Times New Roman,serif; font-weight: normal; font-style: normal;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;span style="color: #000000; font-size: 100%; font-family: Times New Roman,serif; font-weight: normal; font-style: normal;"&gt;Loading &lt;/span&gt;&lt;!-- HelpHyperlink topic=PDEtools --&gt; &lt;span style="color: #008080; font-size: 100%; font-family: serif,serif; font-weight: normal; font-style: normal;"&gt;&lt;span style="text-decoration: underline;"&gt;PDEtools&lt;/span&gt;&lt;/span&gt; &lt;!-- /HelpHyperlink --&gt;&lt;/p&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=100500/317180/995b33e8a5ec6c741c262166db576f91.gif" alt="" width="96" height="23"&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=100500/317180/09f5ee738dd74d89df00c3fa1587f0f1.gif" alt="" width="61" height="23"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(3)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -7;" src="/view.aspx?sf=100500/317180/8c5a5335c6a40e17288eb07c9d9c0ab7.gif" alt="" width="192" height="30"&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -56;" src="/view.aspx?sf=100500/317180/70612c685d88402ab62a2834ec4601c1.gif" alt="" width="546" height="84" align="middle"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(4)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;span style="color: #000000; font-size: 100%; font-family: Times New Roman,serif; font-weight: normal; font-style: normal;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -20;" src="/view.aspx?sf=100500/317180/49ce0fdefd41470cb49c67b9f17b25a3.gif" alt="" width="495" height="48"&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -20;" src="/view.aspx?sf=100500/317180/acfd6d40a7f60a2270fc30cc3151799a.gif" alt="" width="458" height="48"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(5)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=100500/317180/037b6cbc156465d42f23f53c49def2c0.gif" alt="" width="79" height="23"&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -163;" src="/view.aspx?sf=100500/317180/580e88d00d78fdb3fdd1bb3555ad6341.gif" alt="" width="546" height="186" align="middle"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(6)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -40;" src="/view.aspx?sf=100500/317180/1aaef9da8556aa6137be32beb47f3b0e.gif" alt="" width="576" height="57" align="middle"&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -60;" src="/view.aspx?sf=100500/317180/ccdf5023c0fb9d9d2422ae6872a49e4e.gif" alt="" width="546" height="92" align="middle"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(7)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=100500/317180/5bcb1e39e481553394ae866e631c2589.gif" alt="" width="87" height="23"&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -153;" src="/view.aspx?sf=100500/317180/663fb05f4437a6b60d02140fce1e20dc.gif" alt="" width="546" height="188" align="middle"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(8)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=100500/317180/a2b4be4cb283177ac7cd4dda468f639e.gif" alt="" width="233" height="23"&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -45;" src="/view.aspx?sf=100500/317180/ab8cdfb3ab2619fa4434c007eba31f5b.gif" alt="" width="546" height="84" align="middle"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(9)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=100500/317180/0d9a85e7e78b9729a195415bac99659b.gif" alt="" width="11" height="23"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;form&gt; &lt;input name="sequence" type="hidden" value="1"&gt;&lt;/form&gt; &lt;br&gt; &lt;br&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=100500/317180/pdsovle_output.mw"&gt;Download pdsovle_output.mw&lt;/a&gt;&lt;/p&gt;
&lt;a href="/view.aspx?sf=100500/317180/pdsovle_output.mw"&gt;pdsovle_output.mw&lt;/a&gt;&lt;/p&gt;</description>
      <guid>100500</guid>
      <pubDate>Tue, 28 Dec 2010 02:20:54 Z</pubDate>
      <itunes:author>tsunamiBTP</itunes:author>
      <author>tsunamiBTP</author>
    </item>
    <item>
      <title>Also I don't understand my output for Q either?</title>
      <link>http://www.mapleprimes.com/questions/99977-Pdsolve-Command?ref=Feed:MaplePrimes:pdsolve command:Comments#answer100501</link>
      <itunes:summary>&lt;p&gt;Your output I can interpret.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Your output I can interpret.&lt;/p&gt;</description>
      <guid>100501</guid>
      <pubDate>Tue, 28 Dec 2010 02:25:39 Z</pubDate>
      <itunes:author>tsunamiBTP</itunes:author>
      <author>tsunamiBTP</author>
    </item>
  </channel>
</rss>