limit/multi - multidimensional limits
|
Calling Sequence
|
|
limit(f, point)
limit(f, point, dir)
|
|
Parameters
|
|
f
|
-
|
algebraic expression
|
point
|
-
|
set of equations of the form
|
dir
|
-
|
(optional) direction
|
|
|
|
|
Description
|
|
•
|
The limit(f, point) calling sequence attempts to compute the limiting value of f in a multidimensional space at point.
|
|
An equation of the form in the limiting point is ignored.
|
|
If the limit depends on the direction approached, undefined is returned.
|
•
|
The optional direction dir is applied to all coordinates in point, and consequently each coordinate is approached from the same direction; from the left or right, bidirectional (real), or complex.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
|
|
Download Help Document
Was this information helpful?