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 , an identifier and , computes the limit
Given an univariate function and , computes the limit
Given a function , an identifier , and an integer , computes the limit , where stands for the limit for the left when , for above when and it stands for the ordinary limit when .
Given an univariate function , and an integer , computes the limit , where stands for the limit for the left when , for above when and it stands for the ordinary limit when .