<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, New User - Symbolic differentiation to find Stationary point... PDF to CDF Definition</title>
    <link>http://www.mapleprimes.com/questions/39963-New-User--Symbolic-Differentiation</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 13:59:58 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 13:59:58 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, New User - Symbolic differentiation to find Stationary point... PDF to CDF Definition</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, New User - Symbolic differentiation to find Stationary point... PDF to CDF Definition</title>
      <link>http://www.mapleprimes.com/questions/39963-New-User--Symbolic-Differentiation</link>
    </image>
    <item>
      <title>density function</title>
      <link>http://www.mapleprimes.com/questions/39963-New-User--Symbolic-Differentiation?ref=Feed:MaplePrimes:New User - Symbolic differentiation to find Stationary point... PDF to CDF Definition:Comments#answer73303</link>
      <itunes:summary>&lt;p&gt;In other words, you want G to be an antiderivative of g with G(x) -&amp;gt; 1 as x -&amp;gt; infinity.&lt;/p&gt;
&lt;p&gt;Let Q be the result of your simplify command.&lt;/p&gt;
&lt;p&gt;1) Substitute D(G) for&amp;nbsp; g and INF for infinity (this is kind of cheating...). &lt;/p&gt;
&lt;pre&gt;
&amp;nbsp; Q1 := eval(Q, {g = D(G), infinity=INF});
&lt;/pre&gt;
&lt;p&gt;2) Tell int not to worry about discontinuities.&lt;/p&gt;
&lt;pre&gt;
&amp;nbsp; Q2 := subsindets(Q1, specfunc(anything,int), 
      y -&amp;gt; int(op(y),continuous));
&lt;/pre&gt;
&lt;p&gt;3) Tell Maple about the limit.&lt;/p&gt;
&lt;pre&gt;
&amp;nbsp; Q3 := eval(Q2, G(INF) = 1);
&lt;/pre&gt;
&lt;p&gt;&lt;maple&gt;Q3 := pi1-pi2*(-G(-(-q*w-q*pi2+pi2*C)/w)+1)&lt;/maple&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;In other words, you want G to be an antiderivative of g with G(x) -&amp;gt; 1 as x -&amp;gt; infinity.&lt;/p&gt;
&lt;p&gt;Let Q be the result of your simplify command.&lt;/p&gt;
&lt;p&gt;1) Substitute D(G) for&amp;nbsp; g and INF for infinity (this is kind of cheating...). &lt;/p&gt;
&lt;pre&gt;
&amp;nbsp; Q1 := eval(Q, {g = D(G), infinity=INF});
&lt;/pre&gt;
&lt;p&gt;2) Tell int not to worry about discontinuities.&lt;/p&gt;
&lt;pre&gt;
&amp;nbsp; Q2 := subsindets(Q1, specfunc(anything,int), 
      y -&amp;gt; int(op(y),continuous));
&lt;/pre&gt;
&lt;p&gt;3) Tell Maple about the limit.&lt;/p&gt;
&lt;pre&gt;
&amp;nbsp; Q3 := eval(Q2, G(INF) = 1);
&lt;/pre&gt;
&lt;p&gt;&lt;maple&gt;Q3 := pi1-pi2*(-G(-(-q*w-q*pi2+pi2*C)/w)+1)&lt;/maple&gt;&lt;/p&gt;</description>
      <guid>73303</guid>
      <pubDate>Fri, 22 Feb 2008 05:33:41 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
  </channel>
</rss>