<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - comments on Post, i need your help</title>
    <link>http://www.mapleprimes.com/posts/37087-I-Need-Your-Help</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Fri, 12 Jun 2026 14:17:05 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 14:17:05 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest comments added to the Post, i need your help</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - comments on Post, i need your help</title>
      <link>http://www.mapleprimes.com/posts/37087-I-Need-Your-Help</link>
    </image>
    <item>
      <title>Probelm with the mathml command</title>
      <link>http://www.mapleprimes.com/posts/37087-I-Need-Your-Help?ref=Feed:MaplePrimes:i need your help:Comments#comment65045</link>
      <itunes:summary>&lt;p&gt;The following code does not work when $c is&amp;nbsp;$-1 and apparently only in that case. The $disp returns&amp;nbsp;a NULL pointer. Is this a bug or am I doing something wrong? This does not work either if I use the &amp;quot;nosimplify&amp;quot; option.&lt;/p&gt;
&lt;p&gt;$a1=range(-5,5);&lt;br /&gt;
$c1=range(-5,5);&lt;br /&gt;
$c=if(($c1),($c1),1);&lt;br /&gt;
$a=if(($a1),($a1),1);&lt;br /&gt;
$n=range(3,5);&lt;br /&gt;
$q=(($c)*(x)-($a))^($n);&lt;br /&gt;
$P=maple(&amp;quot;expand((($c)*x-($a))^($n))&amp;quot;);&lt;br /&gt;
$disp=mathml(&amp;quot;$q&amp;quot;);&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, i need your help</description>
      <guid>65045</guid>
      <pubDate>Thu, 02 Jul 2009 20:34:11 Z</pubDate>
      <itunes:author>Pierre
 Chardaire
</itunes:author>
      <author>Pierre
 Chardaire
</author>
    </item>
    <item>
      <title>mathml</title>
      <link>http://www.mapleprimes.com/posts/37087-I-Need-Your-Help?ref=Feed:MaplePrimes:i need your help:Comments#comment65046</link>
      <itunes:summary>&lt;p&gt;Using MapleTA 4.0, I did not get the NULL pointer error that you described. &lt;/p&gt;
&lt;p&gt;The mathml does look funny when c=-1 because x gets wrapped in unnecessary parentheses.&lt;/p&gt;
&lt;p&gt;To avoid this, I suggest you modify your code as follows:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;$a1=range(-5,5);&lt;br /&gt;
$c1=range(-5,5);&lt;br /&gt;
$c=if(($c1),($c1),1);&lt;br /&gt;
$a=if(($a1),($a1),1);&lt;br /&gt;
$n=range(3,5);&lt;br /&gt;
$q=maple(&amp;quot;(($c)*x-($a))^($n)&amp;quot;);&lt;br /&gt;
$P=maple(&amp;quot;expand($q)&amp;quot;);&lt;br /&gt;
$disp=maple(&amp;quot;MathML[ExportPresentation]($q)&amp;quot;);&lt;/p&gt;
&lt;p&gt;It's never fun to type maple(&amp;quot;MathML[ExportPresentation]($foo)&amp;quot;) in place of mathml($foo), but the results are always much better.&amp;nbsp; &lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, i need your help</description>
      <guid>65046</guid>
      <pubDate>Fri, 03 Jul 2009 00:18:45 Z</pubDate>
      <itunes:author>Alex
 Smith
</itunes:author>
      <author>Alex
 Smith
</author>
    </item>
    <item>
      <title>Thanks Alex,
I did discover</title>
      <link>http://www.mapleprimes.com/posts/37087-I-Need-Your-Help?ref=Feed:MaplePrimes:i need your help:Comments#comment65047</link>
      <itunes:summary>&lt;p&gt;Thanks Alex,&lt;/p&gt;
&lt;p&gt;I did discover that by myself in the end.&lt;/p&gt;
&lt;p&gt;Pierre.&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, i need your help</description>
      <guid>65047</guid>
      <pubDate>Thu, 09 Jul 2009 23:45:39 Z</pubDate>
      <itunes:author>Pierre
 Chardaire
</itunes:author>
      <author>Pierre
 Chardaire
</author>
    </item>
    <item>
      <title>derivation the metric tensor</title>
      <link>http://www.mapleprimes.com/posts/37087-I-Need-Your-Help?ref=Feed:MaplePrimes:i need your help:Comments#comment65048</link>
      <itunes:summary>&lt;p&gt;Hi, I heve to derive the metric tensor by solving a tensor equation like&lt;/p&gt;
&lt;p&gt;R_{\mu\nu}=0 or G_{\mu\nu}=0&lt;/p&gt;
&lt;p&gt;where R is the ricci tensor and G is the Einstein tensor. How can I do this with Msple10?&lt;/p&gt;
&lt;p&gt;Can maple solve tensor equations to derive the metric tensor?&lt;/p&gt;
&lt;p&gt;Please help me.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, i need your help</description>
      <guid>65048</guid>
      <pubDate>Sun, 12 Jul 2009 11:39:58 Z</pubDate>
      <itunes:author>Tenor</itunes:author>
      <author>Tenor</author>
    </item>
    <item>
      <title>tensor equations</title>
      <link>http://www.mapleprimes.com/posts/37087-I-Need-Your-Help?ref=Feed:MaplePrimes:i need your help:Comments#comment65049</link>
      <itunes:summary>&lt;p&gt;The &lt;a href="http://grtensor.phy.queensu.ca/"&gt;GRTensor&lt;/a&gt; package can help you to derive the field equations. Depending on these equations, Maple may be able to solve them.&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, i need your help</description>
      <guid>65049</guid>
      <pubDate>Sun, 12 Jul 2009 21:40:17 Z</pubDate>
      <itunes:author>jakubi</itunes:author>
      <author>jakubi</author>
    </item>
    <item>
      <title>ill posed</title>
      <link>http://www.mapleprimes.com/posts/37087-I-Need-Your-Help?ref=Feed:MaplePrimes:i need your help:Comments#comment65050</link>
      <itunes:summary>&lt;p&gt;Your question seems ill posed.&lt;/p&gt;
&lt;p&gt;Locally, there are infinitely many metrics for which R_{\mu\nu}=0.&lt;/p&gt;
&lt;p&gt;Perhaps you want to compute Ricci curvature given the metric, instead of&amp;nbsp; &amp;quot;solving&amp;quot; for metrics with zero Ricci curvature?&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, i need your help</description>
      <guid>65050</guid>
      <pubDate>Mon, 13 Jul 2009 04:14:21 Z</pubDate>
      <itunes:author>Alex
 Smith
</itunes:author>
      <author>Alex
 Smith
</author>
    </item>
  </channel>
</rss>