Skip to main content

Limit

Computes the limit of a function or expression.

Syntax

limit(Function, Identifier, Real | Infinity)
limit(Function, Real | Infinity)
limit(Function, Identifier, Real, Integer)
limit(Function, Real, Integer)

Description

Given a function f(x1,...,xn), an identifier xi and x0, computes the limit limxix0f(x1,...,xn)

calculus.limit1.calc.png

Given an univariate function f(x) and x0x_0 \in \mathbb{R} \cup \infty, computes the limit limxx0f(x)

calculus.limit2.calc.png

Given a function f(x1,...,xn)f(x_1, ..., x_n), an identifier xix_i, x0 and an integer r{-1,0,+1}, computes the limit limxix0rf(x1,...,xn), where x0r stands for the limit for the left when r=-1, for above when r=+1 and it stands for the ordinary limit when r=0.

calculus.limit3.calc.png

Given an univariate function f(x)f(x), x0x_0 \in \mathbb{R} and an integer r{-1,0,+1}r \in \lbrace -1, 0, +1 \rbrace, computes the limit limxx0rf(x), where x0rx_0^r stands for the limit for the left when r=-1r=-1, for above when r=+1r=+1 and it stands for the ordinary limit when r=0r=0.

calculus.limit4.calc.png