13 May 05:43
Re: Maxima Limit question
From: Billinghurst, David (RTATECH <David.Billinghurst <at> riotinto.com>
Subject: Re: Maxima Limit question
Newsgroups: gmane.comp.mathematics.maxima.general
Date: 2008-05-13 03:43:11 GMT
Subject: Re: Maxima Limit question
Newsgroups: gmane.comp.mathematics.maxima.general
Date: 2008-05-13 03:43:11 GMT
> From: Ronald Modesitt > > Help me understand this inconsistency? > > (%i34) limit(2^x,x,inf,plus); > (%o34) inf > (%i35) limit(2^x,x,inf,minus); > (%o35) inf - why isn't this '-inf' ? I don't think that limit(2^x,x,inf,plus) really makes sense - how can we really approach infinity from above - but don't see any inconsistency as limit(2^x,x,inf,plus)=limit(2^x,x,inf,minus)=limit(2^x,x,inf)=inf Perhaps ypu want: (%i2) limit(2^x,x,minf); (%o2) 0 David NOTICE This e-mail and any attachments are private and confidential and may contain privileged information. If you are not an authorised recipient, the copying or distribution of this e-mail and any attachments is prohibited and you must not read, print or act in reliance on this e-mail or attachments. This notice should not be removed.
RSS Feed