Menu

#4754 some limits of the form ind/ind

None
open
nobody
5
3 days ago
3 days ago
No

Maxima gets some limits of the form ind/ind correct; for example

(%i12) limit(sin(x)/(3+sin(x)),x,inf);
(%o12)                                ind

But Maxima misses other cases:

(%i13) limit(sin(x)/(3+sin(x)+cos(x)),x,inf);
(%o13)                                und

Discussion


Log in to post a comment.