rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

1-arg limit: limit(a*inf-inf) => minf #1585

Closed rtoy closed 2 days ago

rtoy commented 2 days ago

Imported from SourceForge on 2024-07-04 20:17:48 Created by macrakis on 2005-12-19 16:40:01 Original: https://sourceforge.net/p/maxima/bugs/843


assume(a>1)$ limit(a*inf-inf) => minf

Should be inf assuming the inf's represent the same variable (limit's usual behavior here). Should be und if they represent different variables.

rtoy commented 2 days ago

Imported from SourceForge on 2024-07-04 20:17:50 Created by robert_dodier on 2006-04-09 20:40:11 Original: https://sourceforge.net/p/maxima/bugs/843/#00b2


rtoy commented 2 days ago

Imported from SourceForge on 2024-07-04 20:17:53 Created by dgildea on 2009-09-12 18:11:06 Original: https://sourceforge.net/p/maxima/bugs/843/#28fd


rtoy commented 2 days ago

Imported from SourceForge on 2024-07-04 20:17:57 Created by dgildea on 2009-09-12 18:11:06 Original: https://sourceforge.net/p/maxima/bugs/843/#5d7a


in limit.lisp rev 1.82:

(%i1) assume(a>1); (%o1) [a > 1] (%i2) limit(a*inf-inf); (%o2) minf + inf