DEtools[newton_polygon] - construct the Newton polygon of a LODE
|
Calling Sequence
|
|
newton_polygon(L, y, u)
newton_polygon(L, y, u, x = x0)
|
|
Parameters
|
|
L
|
-
|
linear homogeneous differential equation
|
y
|
-
|
unknown function to search for
|
u
|
-
|
name
|
x0
|
-
|
(optional) rational or an algebraic number or infinity
|
|
|
|
|
Description
|
|
•
|
The Newton polygon is an important tool for the classification of singular points of linear differential equations, because the slopes give information on the asymptotic behavior of the solutions near the singularity. It is also used in the computation of formal solutions; see also DEtools[formal_sols] and DEtools[regular_parts].
|
•
|
This function is part of the DEtools package, and so it can be used in the form newton_polygon(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[newton_polygon](..).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
|
|
Download Help Document
Was this information helpful?