student
Limit
inert form of limit
Calling Sequence
Parameters
Description
Examples
Limit(f, x = a)
Limit(f, x = a, direction)
f
-
expression in x
x
variable name
a
the limiting value for x to approach
direction
(optional) one of right, left, real, or complex
Important: The student package has been deprecated. Use the superseding package Student instead.
This function corresponds to the limit of f as x approaches a. It is an ``unevaluated'' form of Maple's limit function so only minor simplifications are performed. It can be manipulated by changevar and expand.
Use value to force evaluation by the limit function.
The command with(student,Limit) allows the use of the abbreviated form of this command.
with⁡student:
Limit⁡x3+3⁢x2+x+1,x=4
limx→4⁡x3+3⁢x2+x+1
Limit⁡1x,x=0,right
limx→0+⁡1x
Limit⁡1x,x=0,real
expand⁡Limit⁡x3+3⁢x2+x+1,x=4
limx→4⁡x3+3⁢limx→4⁡x2+limx→4⁡x+1
value⁡
117
See Also
limit
Student
student(deprecated)[changevar]
student(deprecated)[Int]
student(deprecated)[Sum]
value
Download Help Document