DEtools[exterior_power] - return the exterior power of a differential operator
|
Calling Sequence
|
|
exterior_power(L, n, domain)
exterior_power(eqn, n, dvar)
|
|
Parameters
|
|
L
|
-
|
differential operator
|
n
|
-
|
positive integer
|
domain
|
-
|
list containing two names
|
eqn
|
-
|
homogeneous linear differential equation
|
dvar
|
-
|
dependent variable
|
|
|
|
|
Description
|
|
•
|
If the argument domain is omitted then the differential specified by the environment variable _Envdiffopdomain is used. If this environment variable is not set then the argument domain may not be omitted.
|
•
|
Instead of a differential operator, the input can also be a linear homogeneous differential equation, eqn. In this case the third argument must be the dependent variable dvar.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?