DEtools[indicialeq] - compute the indicial polynomial of a homogeneous linear ODE
|
Calling Sequence
|
|
indicialeq(des, ivar, alpha, dvar)
|
|
Parameters
|
|
des
|
-
|
homogeneous linear ordinary differential equation or its list form
|
ivar
|
-
|
independent variable
|
alpha
|
-
|
point
|
dvar
|
-
|
(optional) dependent variable
|
|
|
|
|
Description
|
|
•
|
des may be in the standard differential equation form, or in one of two list forms: 1) a list as generated by DEtools[convertAlg], or 2) a coefficient list (as in the first element of a list generated by DEtools[convertAlg]).
|
•
|
dvar must be specified when des is input as a differential equation.
|
•
|
This function is part of the DEtools package, and so it can be used in the form indicialeq(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[indicialeq](..).
|
|
|
Examples
|
|
>
|
|
Coefficient list form:
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
Differential equation form:
>
|
|
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
This could also have been computed directly from the definition of the indicial equation, as follows:
>
|
|
>
|
|
>
|
|
>
|
|
| (6) |
ConvertAlg form:
>
|
|
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
|
|
References
|
|
|
[1] Ince, E.L. Ordinary Differential Equations, Chapters XVI and XVII. New York: Dover Publications, 1956.
|
|
|
Download Help Document
Was this information helpful?