DEtools[autonomous] - determine if a set of DEs is strictly autonomous
|
Calling Sequence
|
|
autonomous(des, vars, ivar)
|
|
Parameters
|
|
des
|
-
|
list or set of differential equations
|
vars
|
-
|
list or set of dependent variables
|
ivar
|
-
|
independent variable
|
|
|
|
|
Description
|
|
•
|
This routine is used to determine if a system of differential equations, or a single differential equation, is strictly autonomous. "Strictly" means that the independent variable does not appear as a part or argument of any terms, other than in calls to 'diff' or 'D', or when explicitly defined as part of the dependent variable.
|
•
|
'true' is returned if the system is determined to be autonomous by the above criteria; otherwise, 'false' is returned.
|
•
|
There can be only one independent variable.
|
•
|
This function is part of the DEtools package, and so it can be used in the form autonomous(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[autonomous](..).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
|
|
Download Help Document
Was this information helpful?