FunctionAdvisor/singularities - return the poles and essential singularities of a given mathematical function
|
Calling Sequence
|
|
FunctionAdvisor(singularities, math_function)
|
|
Parameters
|
|
singularities
|
-
|
literal name; 'singularities'
|
math_function
|
-
|
Maple name of mathematical function
|
|
|
|
|
Description
|
|
•
|
The FunctionAdvisor(singularities, math_function) command returns the isolated poles and essential singularities of the function, if any, or the string "No isolated singularities". If the requested information is not available, it returns NULL.
|
•
|
An isolated singularity can be removable, essential, or a pole. In the call FunctionAdvisor(singularities, math_func) only poles and essential singularities are returned.
|
|
The following are examples of these types of isolated singularities
|
>
|
f1(z) = piecewise(z <> 2, sin(z), z = 2, 0);
|
| (1) |
| (2) |
| (3) |
|
|
Examples
|
|
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
The value of the function at its singularities can typically be checked by direct evaluation or using eval.
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
|
|
References
|
|
|
Brown, J.W. and Churchill, R.V. Complex Variables and Applications. 6th Ed. McGraw-Hill Science/Engineering/Math, 1995.
|
|
|
Download Help Document
Was this information helpful?