Student[VectorCalculus]
limit
compute the limit of each component of a Vector
Calling Sequence
Parameters
Description
Examples
limit(f, v)
f
-
Vector or algebraic expression
v
expression sequence of arguments to pass to the top-level limit function
The limit(f, v) calling sequence maps the top-level limit function over the components of the Vector f. If f is not a Vector, the arguments are passed to the top-level limit function.
with⁡StudentVectorCalculus:
limit⁡t,t2,t=2
limit⁡sin⁡tt,1−cos⁡tt,t=0
See Also
Student[VectorCalculus][diff]
Student[VectorCalculus][int]
Student[VectorCalculus][series]
Student[VectorCalculus][Vector]
Download Help Document