<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, asympt to negative infinity</title>
    <link>http://www.mapleprimes.com/questions/143740-Asympt-To-Negative-Infinity</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sat, 13 Jun 2026 23:42:25 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 23:42:25 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, asympt to negative infinity</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, asympt to negative infinity</title>
      <link>http://www.mapleprimes.com/questions/143740-Asympt-To-Negative-Infinity</link>
    </image>
    <item>
      <title>sign change of x</title>
      <link>http://www.mapleprimes.com/questions/143740-Asympt-To-Negative-Infinity?ref=Feed:MaplePrimes:asympt to negative infinity:Comments#answer143741</link>
      <itunes:summary>&lt;p&gt;Hi, maybe you could set algsubs(x=-x,term);&lt;/p&gt;
&lt;p&gt;and then apply asympt. &lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi, maybe you could set algsubs(x=-x,term);&lt;/p&gt;
&lt;p&gt;and then apply asympt. &lt;/p&gt;</description>
      <guid>143741</guid>
      <pubDate>Fri, 22 Feb 2013 03:39:24 Z</pubDate>
      <itunes:author>ThU</itunes:author>
      <author>ThU</author>
    </item>
    <item>
      <title>Need to subs x= -x on both input and output</title>
      <link>http://www.mapleprimes.com/questions/143740-Asympt-To-Negative-Infinity?ref=Feed:MaplePrimes:asympt to negative infinity:Comments#answer143744</link>
      <itunes:summary>&lt;p&gt;Use this procedure:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;asympt_neg:= (f,x)-&amp;gt; subs(x= -x, asympt(subs(x= -x, f), x, _rest));&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A good function to test this on is &lt;strong&gt;GAMMA&lt;/strong&gt; (because &lt;strong&gt;GAMMA &lt;/strong&gt;is not an even function and it has a nontrivial asymptotic series):&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;asympt_neg(GAMMA(x), x);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You can view the results yourself. You can see that there are a number of differences between this series and the regular asypmtotic series for &lt;strong&gt;GAMMA &lt;/strong&gt;(which is probably the most famous of all nontrivial asymptotic series). If you evaluate this series at, say, -9.5, you'll see that it gives an excellent approximation to &lt;strong&gt;GAMMA(-9.5)&lt;/strong&gt;, and a much better approximation than the regular series gives.&lt;strong&gt;&lt;br&gt;&lt;/strong&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Use this procedure:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;asympt_neg:= (f,x)-&amp;gt; subs(x= -x, asympt(subs(x= -x, f), x, _rest));&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A good function to test this on is &lt;strong&gt;GAMMA&lt;/strong&gt; (because &lt;strong&gt;GAMMA &lt;/strong&gt;is not an even function and it has a nontrivial asymptotic series):&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;asympt_neg(GAMMA(x), x);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You can view the results yourself. You can see that there are a number of differences between this series and the regular asypmtotic series for &lt;strong&gt;GAMMA &lt;/strong&gt;(which is probably the most famous of all nontrivial asymptotic series). If you evaluate this series at, say, -9.5, you'll see that it gives an excellent approximation to &lt;strong&gt;GAMMA(-9.5)&lt;/strong&gt;, and a much better approximation than the regular series gives.&lt;strong&gt;&lt;br&gt;&lt;/strong&gt;&lt;/p&gt;</description>
      <guid>143744</guid>
      <pubDate>Fri, 22 Feb 2013 05:12:02 Z</pubDate>
      <itunes:author>Carl Love</itunes:author>
      <author>Carl Love</author>
    </item>
  </channel>
</rss>