Question about a limit
Publié : sam. juin 13, 2026 4:31 am
The entry:
returns the limit 0. And the message about that "surd" was temporarily changed to a fractional exponent. But the entry:
returns -6 and the same message about "surd". Am I doing something wrong with the limit command?
Code : Tout sélectionner
limit((x**2-1)/(1+surd(x,3)),x,-1)Code : Tout sélectionner
subs(simplify((x**2-1)/(1+surd(x,3))),x=-1)