DEtools[DEnormal] - return the normalized form of a DE
|
Calling Sequence
|
|
DEnormal(des, ivar, dvar)
|
|
Parameters
|
|
des
|
-
|
ordinary differential equation or operator list
|
ivar
|
-
|
independent variable
|
dvar
|
-
|
dependent variable
|
|
|
|
|
Description
|
|
•
|
This routine returns the "normalized" form of a linear differential equation, a differential operator list, or output from DEtools[convertAlg]. "Normalized" (an equivalent form) means that the list entries or coefficients are expanded polynomials in ivar, with no common factor.
|
•
|
A differential operator list (for list A in this case) is defined by
|
|
.
|
|
|
•
|
dvar must be specified if des is a differential equation. It is not needed if des is a list.
|
•
|
This function is part of the DEtools package, and so it can be used in the form DEnormal(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[DEnormal](..).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?