DEtools[rightdivision] - perform right division of differential operators
DEtools[leftdivision] - perform left division of differential operators
|
Calling Sequence
|
|
rightdivision(a, b, domain)
leftdivision(a, b, domain)
|
|
Parameters
|
|
a, b
|
-
|
differential operators
|
domain
|
-
|
list containing two names
|
|
|
|
|
Description
|
|
•
|
If the argument domain is omitted then the differential specified by the environment variable _Envdiffopdomain will be used. If this environment variable is not set then the argument domain may not be omitted.
|
•
|
These functions are part of the DEtools package, and so they can be used in the form rightdivision(..) and leftdivision(..) only after executing the command with(DEtools). However, they can always be accessed through the long form of the command by using DEtools[rightdivision](..) or DEtools[leftdivision](..).
|
|
|
Download Help Document
Was this information helpful?