Limit
Limit(expr, x->x0)gives the limit of
exprasxapproachesx0
Limit(expr, x->x0, Direction->-1)gives the limit as
xdecreases in value approachingx0(xapproachesx0“from the right” or “from above”)
Limit(expr, x->x0, Direction->1)gives the limit as
xincreases in value approachingx0(xapproachesx0“from the left” or “from below”)
See:
Examples
>> Limit(7+Sin(x)/x, x->Infinity)7
>> Limit(x^(-2/3),x->0)Indeterminate
>> Limit(x^(-2/3),x->0 , Direction->-1)InfinityRelated terms
D, DSolve, Integrate, ND, NIntegrate
Implementation status
- ✅ - full supported