commands → limit

limit(A,X,B)

The limit command computes the limit of A as a variable X goes to B.

Examples

f = (x^3+2*x^2+x+1)/(2*x^3-3);
limit(f,x,0);
        -1/3
limit(f,x,infinity);
        1/2