mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

854
active users

I've found a lot of situations where and fail to compute indefinite limits
of functions involving trigonometric expressions as x tends to infinity.

f:(4*x^3+2*x^2*sin(x)+1)/(x+1)^2;
limit(f-x*4,x,inf); # should be ind

A work-around in Maxima is to force a ratsimp before the limit, but this doesn't work with SageMaths ...🤦‍♂️

I made a but they are a lot of similar cases already reported :

sourceforge.net/p/maxima/bugs/