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
DEtools[DEplot_polygon] - generate the plot of the Newton polygon of a linear differential operator at a point
Calling Sequence
DEplot_polygon(L, y, (x = x0))
Parameters
L
-
linear homogeneous differential equation
y
unknown function to search for
x0
(optional) irreducible polynomial or infinity
Description
The DEplot_polygon function computes a plot of the Newton polygon of a linear differential operator at the point x0. The linear differential operator L corresponds to the differential equation .
The equation must be homogeneous and linear in y and its derivatives, and its coefficients must be rational functions in the dependent variable x.
x0 must be a rational or an algebraic number or the symbol infinity. If x0 is not passed as an argument, x0 = 0 is assumed.
This function is part of the DEtools package, and so it can be used in the form DEplot_polygon(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[DEplot_polygon](..).
Examples
The command to create the plot from the Plotting Guide is
See Also
DEtools, DEtools/newton_polygon
Download Help Document