<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Maple Posts and Questions</title>
    <link>http://www.mapleprimes.com/tags/Maple</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 16 Jul 2026 20:54:50 GMT</lastBuildDate>
    <pubDate>Thu, 16 Jul 2026 20:54:50 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>Maple Questions and Posts on MaplePrimes</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Maple Posts and Questions</title>
      <link>http://www.mapleprimes.com/tags/Maple</link>
    </image>
    <item>
      <title>Can pdsolve provide solutions for an axially heated rod </title>
      <link>http://www.mapleprimes.com/questions/243689-Can-Pdsolve-Provide-Solutions-For-An?ref=Feed:MaplePrimes:Tagged With Maple</link>
      <itunes:summary>&lt;p&gt;I am pretty new to pdsolve.&lt;/p&gt;

&lt;p&gt;?pdsolve/numeric states&lt;/p&gt;

&lt;p&gt;PDEsys -&amp;nbsp;single or set or list of &lt;strong&gt;time-dependent&lt;/strong&gt; partial differential equations in &lt;strong&gt;two independent&lt;/strong&gt; variables&lt;/p&gt;

&lt;p&gt;This could be interpreted in a way that problems with 3 independent variables can be handled (time + two others).&lt;/p&gt;

&lt;p&gt;The rest of the helppage only describes two independent variables and does not mention time.&lt;/p&gt;

&lt;p&gt;In case the above interpretation is wrong, I have two questions:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;If only two independent variables can be treated, why is time-depencency mentioned at all?&lt;/li&gt;
	&lt;li&gt;Is it&amp;nbsp;possible to integrate&amp;nbsp;the PDE&amp;nbsp;of an axially heated rod of finite length and radius with the help of pdsolve where on one end of the rod a heat flux q=q(r) is applied?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Any links to similar problems solved with Maple (not necessary with pdsolve) are very much appreciated.&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;I am pretty new to pdsolve.&lt;/p&gt;

&lt;p&gt;?pdsolve/numeric states&lt;/p&gt;

&lt;p&gt;PDEsys -&amp;nbsp;single or set or list of &lt;strong&gt;time-dependent&lt;/strong&gt; partial differential equations in &lt;strong&gt;two independent&lt;/strong&gt; variables&lt;/p&gt;

&lt;p&gt;This could be interpreted in a way that problems with 3 independent variables can be handled (time + two others).&lt;/p&gt;

&lt;p&gt;The rest of the helppage only describes two independent variables and does not mention time.&lt;/p&gt;

&lt;p&gt;In case the above interpretation is wrong, I have two questions:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;If only two independent variables can be treated, why is time-depencency mentioned at all?&lt;/li&gt;
	&lt;li&gt;Is it&amp;nbsp;possible to integrate&amp;nbsp;the PDE&amp;nbsp;of an axially heated rod of finite length and radius with the help of pdsolve where on one end of the rod a heat flux q=q(r) is applied?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Any links to similar problems solved with Maple (not necessary with pdsolve) are very much appreciated.&lt;/p&gt;
</description>
      <guid>243689</guid>
      <pubDate>Thu, 16 Jul 2026 13:28:38 Z</pubDate>
      <itunes:author>C_R</itunes:author>
      <author>C_R</author>
    </item>
    <item>
      <title>How can I define a Tensor equation ?</title>
      <link>http://www.mapleprimes.com/questions/243688-How-Can-I-Define-A-Tensor-Equation-?ref=Feed:MaplePrimes:Tagged With Maple</link>
      <itunes:summary>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I want to define these two equations.&lt;img src="/view.aspx?sf=243688_question/Screenshot_2026-07-15_175744.png"&gt;I know how I can define a Tensor, but how can I use a Tensor with tue diffrent indices. In one case I need u[i] , but I need also u[j]. I know also, that I need an extra command if I want to use latine letters. Can somebody write this complete for me ?&lt;/p&gt;

&lt;p&gt;Thank you&amp;nbsp;&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I want to define these two equations.&lt;img src="/view.aspx?sf=243688_question/Screenshot_2026-07-15_175744.png" /&gt;I know how I can define a Tensor, but how can I use a Tensor with tue diffrent indices. In one case I need u[i] , but I need also u[j]. I know also, that I need an extra command if I want to use latine letters. Can somebody write this complete for me ?&lt;/p&gt;

&lt;p&gt;Thank you&amp;nbsp;&lt;/p&gt;
</description>
      <guid>243688</guid>
      <pubDate>Wed, 15 Jul 2026 16:13:47 Z</pubDate>
      <itunes:author>Mapleliquid</itunes:author>
      <author>Mapleliquid</author>
    </item>
    <item>
      <title>Thread-safe alternative to indets?</title>
      <link>http://www.mapleprimes.com/questions/243687-Threadsafe-Alternative-To-Indets?ref=Feed:MaplePrimes:Tagged With Maple</link>
      <itunes:summary>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I was wondering whether there is a way to achieve the same result as the code below, but using &lt;strong&gt;threads&lt;/strong&gt; instead of &lt;code&gt;Grid&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;The problem is the following. Given a very large list of models (the example below contains only two models), I would like to return a &lt;strong&gt;set of sets&lt;/strong&gt; using a simpler notation for the &lt;code&gt;alpha&lt;/code&gt; parameters.&lt;/p&gt;

&lt;p&gt;Example&lt;/p&gt;

&lt;pre class="prettyprint"&gt;
models:=[[y^2*z*alpha[1, 17], z^3*alpha[2, 19], x*z^2*alpha[3, 15] + z^3*alpha[3, 19]], [y^2*z*alpha[1, 17], z^3*alpha[2, 19], x*z^2*alpha[3, 15] + y*z^2*alpha[3, 18]]]:&lt;/pre&gt;

&lt;p&gt;Desired output&lt;/p&gt;

&lt;pre class="prettyprint"&gt;
{{[1, 17], [2, 19], [3, 15], [3, 18]}, {[1, 17], [2, 19], [3, 15], [3, 19]}}&lt;/pre&gt;

&lt;p&gt;The order of the elements does not matter, but the final result should be a &lt;strong&gt;set of sets&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The code I am currently using is&lt;/p&gt;

&lt;pre class="prettyprint"&gt;
svars:={x,y,z}:
Grid:-Set(&amp;#39;svars&amp;#39;):
convert(Grid:-Map(w-&amp;gt;map(v-&amp;gt;[op](v),indets(w,name) minus svars),models),set)
&lt;/pre&gt;

&lt;p&gt;Unfortunately, &lt;code&gt;indets&lt;/code&gt; is not listed as thread-safe, so I cannot simply replace &lt;code&gt;Grid:-Map&lt;/code&gt; with &lt;code&gt;Threads:-Map&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Is there a thread-safe alternative (or a completely new way of doing the same thing) that would achieve the same result?&lt;/p&gt;

&lt;p&gt;Many thanks.&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I was wondering whether there is a way to achieve the same result as the code below, but using &lt;strong&gt;threads&lt;/strong&gt; instead of &lt;code dir="ltr"&gt;Grid&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;The problem is the following. Given a very large list of models (the example below contains only two models), I would like to return a &lt;strong&gt;set of sets&lt;/strong&gt; using a simpler notation for the &lt;code dir="ltr"&gt;alpha&lt;/code&gt; parameters.&lt;/p&gt;

&lt;p&gt;Example&lt;/p&gt;

&lt;pre class="prettyprint"&gt;
models:=[[y^2*z*alpha[1, 17], z^3*alpha[2, 19], x*z^2*alpha[3, 15] + z^3*alpha[3, 19]], [y^2*z*alpha[1, 17], z^3*alpha[2, 19], x*z^2*alpha[3, 15] + y*z^2*alpha[3, 18]]]:&lt;/pre&gt;

&lt;p&gt;Desired output&lt;/p&gt;

&lt;pre class="prettyprint"&gt;
{{[1, 17], [2, 19], [3, 15], [3, 18]}, {[1, 17], [2, 19], [3, 15], [3, 19]}}&lt;/pre&gt;

&lt;p&gt;The order of the elements does not matter, but the final result should be a &lt;strong&gt;set of sets&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The code I am currently using is&lt;/p&gt;

&lt;pre class="prettyprint"&gt;
svars:={x,y,z}:
Grid:-Set(&amp;#39;svars&amp;#39;):
convert(Grid:-Map(w-&amp;gt;map(v-&amp;gt;[op](v),indets(w,name) minus svars),models),set)
&lt;/pre&gt;

&lt;p&gt;Unfortunately, &lt;code dir="ltr"&gt;indets&lt;/code&gt; is not listed as thread-safe, so I cannot simply replace &lt;code dir="ltr"&gt;Grid:-Map&lt;/code&gt; with &lt;code dir="ltr"&gt;Threads:-Map&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Is there a thread-safe alternative (or a completely new way of doing the same thing) that would achieve the same result?&lt;/p&gt;

&lt;p&gt;Many thanks.&lt;/p&gt;
</description>
      <guid>243687</guid>
      <pubDate>Wed, 15 Jul 2026 15:27:12 Z</pubDate>
      <itunes:author>emendes</itunes:author>
      <author>emendes</author>
    </item>
    <item>
      <title>how to collect tanh(xi)</title>
      <link>http://www.mapleprimes.com/questions/243686-How-To-Collect-Tanhxi?ref=Feed:MaplePrimes:Tagged With Maple</link>
      <itunes:summary>&lt;p&gt;equ:=2*(-wu2*w12*JacobiDN(w12*tanh(t*wt1 + wx1*x + b5)^2, m)*JacobiSN(w12*tanh(t*wt1 + wx1*x + b5)^2, m) + wu3*w13 + wu4*w14)*wt1*tanh(t*wt1 + wx1*x + b5)*sech(t*wt1 + wx1*x + b5)^2 + 2*(-wu2*w12*JacobiDN(w12*tanh(t*wt1 + wx1*x + b5)^2, m)*JacobiSN(w12*tanh(t*wt1 + wx1*x + b5)^2, m) + wu3*w13 + wu4*w14)*wx1*tanh(t*wt1 + wx1*x + b5)*sech(t*wt1 + wx1*x + b5)^2 + 2*omega*(b5 + wu2*JacobiCN(w12*tanh(t*wt1 + wx1*x + b5)^2, m) + wu3*w13*tanh(t*wt1 + wx1*x + b5)^2 + wu4*w14*tanh(t*wt1 + wx1*x + b5)^2)*(-wu2*w12*JacobiDN(w12*tanh(t*wt1 + wx1*x + b5)^2, m)*JacobiSN(w12*tanh(t*wt1 + wx1*x + b5)^2, m) + wu3*w13 + wu4*w14)*wx1*tanh(t*wt1 + wx1*x + b5)*sech(t*wt1 + wx1*x + b5)^2 - (48*tanh(t*wt1 + wx1*x + b5)*wx1*sech(t*wt1 + wx1*x + b5)^8*(sinh(t*wt1 + wx1*x + b5)^2*JacobiSN(w12*tanh(t*wt1 + wx1*x + b5)^2, m)^3*JacobiDN(w12*tanh(t*wt1 + wx1*x + b5)^2, m)*m^2*w12^3*wu2 + JacobiCN(w12*tanh(t*wt1 + wx1*x + b5)^2, m)*cosh(t*wt1 + wx1*x + b5)^2*m^2*w12^2*wu2*(cosh(t*wt1 + wx1*x + b5)^2 - 3/2)*JacobiSN(w12*tanh(t*wt1 + wx1*x + b5)^2, m)^2 - (2*JacobiSN(w12*tanh(t*wt1 + wx1*x + b5)^2, m)*(-cosh(t*wt1 + wx1*x + b5)^6/4 + (3*cosh(t*wt1 + wx1*x + b5)^4)/4 + sinh(t*wt1 + wx1*x + b5)^2*w12^2*(m^2 + 1/4))*w12*wu2*JacobiDN(w12*tanh(t*wt1 + wx1*x + b5)^2, m))/3 - cosh(t*wt1 + wx1*x + b5)^2*(3*(cosh(t*wt1 + wx1*x + b5)^2 - 3/2)*w12^2*wu2*JacobiCN(w12*tanh(t*wt1 + wx1*x + b5)^2, m) + cosh(t*wt1 + wx1*x + b5)^2*(cosh(t*wt1 + wx1*x + b5)^2 - 3)*(w13*wu3 + w14*wu4))/6)*wt1^2)*NULL&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;equ:=2*(-wu2*w12*JacobiDN(w12*tanh(t*wt1 + wx1*x + b5)^2, m)*JacobiSN(w12*tanh(t*wt1 + wx1*x + b5)^2, m) + wu3*w13 + wu4*w14)*wt1*tanh(t*wt1 + wx1*x + b5)*sech(t*wt1 + wx1*x + b5)^2 + 2*(-wu2*w12*JacobiDN(w12*tanh(t*wt1 + wx1*x + b5)^2, m)*JacobiSN(w12*tanh(t*wt1 + wx1*x + b5)^2, m) + wu3*w13 + wu4*w14)*wx1*tanh(t*wt1 + wx1*x + b5)*sech(t*wt1 + wx1*x + b5)^2 + 2*omega*(b5 + wu2*JacobiCN(w12*tanh(t*wt1 + wx1*x + b5)^2, m) + wu3*w13*tanh(t*wt1 + wx1*x + b5)^2 + wu4*w14*tanh(t*wt1 + wx1*x + b5)^2)*(-wu2*w12*JacobiDN(w12*tanh(t*wt1 + wx1*x + b5)^2, m)*JacobiSN(w12*tanh(t*wt1 + wx1*x + b5)^2, m) + wu3*w13 + wu4*w14)*wx1*tanh(t*wt1 + wx1*x + b5)*sech(t*wt1 + wx1*x + b5)^2 - (48*tanh(t*wt1 + wx1*x + b5)*wx1*sech(t*wt1 + wx1*x + b5)^8*(sinh(t*wt1 + wx1*x + b5)^2*JacobiSN(w12*tanh(t*wt1 + wx1*x + b5)^2, m)^3*JacobiDN(w12*tanh(t*wt1 + wx1*x + b5)^2, m)*m^2*w12^3*wu2 + JacobiCN(w12*tanh(t*wt1 + wx1*x + b5)^2, m)*cosh(t*wt1 + wx1*x + b5)^2*m^2*w12^2*wu2*(cosh(t*wt1 + wx1*x + b5)^2 - 3/2)*JacobiSN(w12*tanh(t*wt1 + wx1*x + b5)^2, m)^2 - (2*JacobiSN(w12*tanh(t*wt1 + wx1*x + b5)^2, m)*(-cosh(t*wt1 + wx1*x + b5)^6/4 + (3*cosh(t*wt1 + wx1*x + b5)^4)/4 + sinh(t*wt1 + wx1*x + b5)^2*w12^2*(m^2 + 1/4))*w12*wu2*JacobiDN(w12*tanh(t*wt1 + wx1*x + b5)^2, m))/3 - cosh(t*wt1 + wx1*x + b5)^2*(3*(cosh(t*wt1 + wx1*x + b5)^2 - 3/2)*w12^2*wu2*JacobiCN(w12*tanh(t*wt1 + wx1*x + b5)^2, m) + cosh(t*wt1 + wx1*x + b5)^2*(cosh(t*wt1 + wx1*x + b5)^2 - 3)*(w13*wu3 + w14*wu4))/6)*wt1^2)*NULL&lt;/p&gt;
</description>
      <guid>243686</guid>
      <pubDate>Wed, 15 Jul 2026 14:21:59 Z</pubDate>
      <itunes:author>bashar27</itunes:author>
      <author>bashar27</author>
    </item>
    <item>
      <title>Recurrence relations in two variables</title>
      <link>http://www.mapleprimes.com/questions/243685-Recurrence-Relations-In-Two-Variables?ref=Feed:MaplePrimes:Tagged With Maple</link>
      <itunes:summary>&lt;p&gt;Can Maple solve recurrence relations involving two variables?&lt;/p&gt;

&lt;p&gt;For example, consider the relation:&lt;/p&gt;

&lt;p&gt;P(n, m) = p*P(n - 1, m) + (1 - p)*P(n, m - 1)&lt;/p&gt;

&lt;p&gt;with boundary conditions:&lt;/p&gt;

&lt;p&gt;P(n, 0) = 0, P(0, m) = 1&lt;/p&gt;

&lt;p&gt;I&amp;rsquo;d like to know how to obtain a solution for P(n, m) in Maple.&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=243685_question/M2026_07.png"&gt;&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;Can Maple solve recurrence relations involving two variables?&lt;/p&gt;

&lt;p&gt;For example, consider the relation:&lt;/p&gt;

&lt;p&gt;P(n, m) = p*P(n - 1, m) + (1 - p)*P(n, m - 1)&lt;/p&gt;

&lt;p&gt;with boundary conditions:&lt;/p&gt;

&lt;p&gt;P(n, 0) = 0, P(0, m) = 1&lt;/p&gt;

&lt;p&gt;I&amp;rsquo;d like to know how to obtain a solution for P(n, m) in Maple.&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=243685_question/M2026_07.png" /&gt;&lt;/p&gt;
</description>
      <guid>243685</guid>
      <pubDate>Wed, 15 Jul 2026 06:52:09 Z</pubDate>
      <itunes:author>Geoff</itunes:author>
      <author>Geoff</author>
    </item>
    <item>
      <title>Why does Text appear like 12 pt, with a style-set?</title>
      <link>http://www.mapleprimes.com/questions/243683-Why-Does-Text-Appear-Like-12-Pt-With?ref=Feed:MaplePrimes:Tagged With Maple</link>
      <itunes:summary>&lt;p&gt;For many years I have used my own Style Set in Maple, mainly by adding a few extra heading styles (typically coloured headings). This has worked very well.&lt;/p&gt;

&lt;p&gt;In Maple 2026, the default body text font has been changed to DejaVu Sans. Since the mathematical notation is still displayed in a serif math font (for obvious reasons), I feel that 12 pt DejaVu Sans appears noticeably larger than the mathematics because of its relatively large x-height. To my eyes, 11 pt gives a much more harmonious balance.&lt;/p&gt;

&lt;p&gt;I therefore tried to change the built-in Text style from 12 pt to 11 pt.&lt;/p&gt;

&lt;p&gt;However, I noticed something very strange.&lt;/p&gt;

&lt;p&gt;When I open Style Management, select Text, and click Modify, the Character Style dialog already shows the font size as 11 pt (see the first screenshot). Nevertheless, when I switch to Text mode and start typing, the body text is still created as 12 pt, and the toolbar also reports a font size of 12 pt.&lt;/p&gt;

&lt;p&gt;If I create my own custom style (for example, text11) with a font size of 11 pt, it works exactly as expected.&lt;/p&gt;

&lt;p&gt;Is the built-in Text style intentionally overridden somewhere by the default Style Set, or is this a bug?&lt;/p&gt;

&lt;p&gt;For comparison, I have also attached a second screenshot showing the visual difference between 12 pt and 11 pt body text. In my opinion, the 11 pt version blends much better with the mathematical notation.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=243683_question/Change_font_size.png"&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=243683_question/bodytext_11and12.png"&gt;&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;For many years I have used my own Style Set in Maple, mainly by adding a few extra heading styles (typically coloured headings). This has worked very well.&lt;/p&gt;

&lt;p&gt;In Maple 2026, the default body text font has been changed to DejaVu Sans. Since the mathematical notation is still displayed in a serif math font (for obvious reasons), I feel that 12 pt DejaVu Sans appears noticeably larger than the mathematics because of its relatively large x-height. To my eyes, 11 pt gives a much more harmonious balance.&lt;/p&gt;

&lt;p&gt;I therefore tried to change the built-in Text style from 12 pt to 11 pt.&lt;/p&gt;

&lt;p&gt;However, I noticed something very strange.&lt;/p&gt;

&lt;p&gt;When I open Style Management, select Text, and click Modify, the Character Style dialog already shows the font size as 11 pt (see the first screenshot). Nevertheless, when I switch to Text mode and start typing, the body text is still created as 12 pt, and the toolbar also reports a font size of 12 pt.&lt;/p&gt;

&lt;p&gt;If I create my own custom style (for example, text11) with a font size of 11 pt, it works exactly as expected.&lt;/p&gt;

&lt;p&gt;Is the built-in Text style intentionally overridden somewhere by the default Style Set, or is this a bug?&lt;/p&gt;

&lt;p&gt;For comparison, I have also attached a second screenshot showing the visual difference between 12 pt and 11 pt body text. In my opinion, the 11 pt version blends much better with the mathematical notation.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=243683_question/Change_font_size.png" /&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=243683_question/bodytext_11and12.png" /&gt;&lt;/p&gt;
</description>
      <guid>243683</guid>
      <pubDate>Tue, 14 Jul 2026 00:49:28 Z</pubDate>
      <itunes:author>erik10</itunes:author>
      <author>erik10</author>
    </item>
  </channel>
</rss>