FunctionAdvisor/branch_points - return the branch points of a given mathematical function
|
Calling Sequence
|
|
FunctionAdvisor(branch_points, math_function)
|
|
Parameters
|
|
branch_points
|
-
|
literal name; 'branch_points'
|
math_function
|
-
|
Maple name of mathematical function
|
|
|
|
|
Description
|
|
•
|
The FunctionAdvisor(branch_points, math_function) command returns the branch points of the function, if any, or the string "No branch points". If the requested information is not available, the FunctionAdvisor command returns NULL.
|
•
|
A branch point of an analytic function is a point in the complex plane which can be mapped to different values of the argument of the function. Also, the function is not analytic in the neighborhood of a branch point, so these points are not isolated singularities.
|
•
|
In general, branch points are related to the presence of branch cuts and the related multivaluedness of the function in the complex plane. Branch points frequently signal the endpoints of a branch cut line or segment.
|
|
For the isolated singularities of a mathematical function, see singularities. For computing the singular points of an expression, see singular.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?