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
singular - find singularities of an expression
Calling Sequence
singular(expr)
singular(expr, vars, range)
Parameters
expr
-
algebraic expression
vars
(optional) variable or set of variables
range
(optional) a numeric range, to return only the singularities inside it
Description
The function singular outputs an expression sequence representing the singularities of expr.
If two arguments are given and the second argument, vars, is a name or a set of them, the expression, expr, is considered to be a function in vars. If singular is called with only one argument, then expr is considered as a function in the variables returned by the command indets(expr, name).
If a numeric range is given as second or third argument, only the singularities found within this range, if any, will be returned.
Each singular point is represented by a set of equations, the left-hand side of the equations being the variables.
The singular function will return non-removable as well as removable singularities. For instance, will report a singularity at .
The power of singular to find singularities is basically that of solve. For example, some zeros that solve cannot find may result in singularities that singular will not find.
The singular function may return expressions prefixed by _Z or _N, representing the integers and positive integers, respectively.
Examples
The range must have endpoints that are of numeric type. Otherwise an error is returned.
Error, invalid input: singular expects its 2nd argument, vars, to be of type {name, set(name), numeric .. numeric}, but received 1 .. Pi
See Also
residue, roots, Roots, solve
Download Help Document