DEtools[adjoint] - return the adjoint of a differential operator
|
Calling Sequence
|
|
adjoint(L, domain)
adjoint(eqn, dvar)
|
|
Parameters
|
|
L
|
-
|
differential operator
|
domain
|
-
|
list containing two names
|
eqn
|
-
|
homogeneous linear differential equation
|
dvar
|
-
|
dependent variable
|
|
|
|
|
Description
|
|
•
|
If the input L is the differential operator , then the output is .
|
•
|
The adjoint has the following properties: adjoint(adjoint(L)) = L and mult(adjoint(L), adjoint(M)) = adjoint(mult(M,L)). So applying the adjoint results in switching the order of multiplication; the adjoint is an anti-automorphism of C(x)[Dx], multiplied by .
|
•
|
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 second argument dvar must be the dependent variable.
|
•
|
This function is part of the DEtools package, and so it can be used in the form adjoint(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[adjoint](..).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
|
|
Download Help Document
Was this information helpful?