Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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.
For example, the origin is a branch point for the square root function because this function will change sign along any path that encircles the origin. To see this, write the square root function in polar notation where and the angle lies in . At , . As approaches , the same point is approached, but now, . Note that this example does not define the branch cut of the square root function as the positive real axis. The branch cut of the square root function is the negative real axis because the range of the argument function is .
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
See Also
FunctionAdvisor, FunctionAdvisor/branch_cuts, FunctionAdvisor/singularities, FunctionAdvisor/topics, singular
Download Help Document