DifferentialAlgebra[Tools][ToJet] - rewrite in jet notation a mathematical expression written in function notation
DifferentialAlgebra[Tools][FromJet] - rewrite in function notation a mathematical expression written in jet notation
|
Calling Sequence
|
|
ToJet(expr, DepVars, notation = ...)
FromJet(expr, DepVars, differentiationnotation = ...)
|
|
Parameters
|
|
expr
|
-
|
algebraic expression or equation
|
DepVars
|
-
|
function or list of functions indicating the dependent variables of the problem
|
differentiationnotation = ...
|
-
|
(optional) can be diff (default), Diff, or D; specifies the derivative notation to return
|
notation = ...
|
-
|
(optional) can be jet (default), tjet, diff, or Diff; specifies the jet notation to return
|
|
|
|
|
Description
|
|
•
|
The ToJet and FromJet commands rewrite mathematical expressions back and forth using jet and function notation respectively.
|
•
|
For ToJet, the option notation can be used to select the jet notation. The possible values are jet and tjet, respectively corresponding to the notations jetvariables and jetvariableswithbrackets explained in the help page of the equivalent PDEtools[ToJet] command.
|
•
|
For FromJet, the option differentiationnotation can be used to select the notation used for derivatives. The possible values are diff, Diff and D, explained in the help page of the equivalent PDEtools[FromJet] command.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
The following is in jet notation
>
|
|
| (4) |
This is in tjet notation, or jet notation with brackets
>
|
|
| (5) |
You can express jet_PDE and tjet_PDE in function notation, using diff, Diff, or D for expression the derivatives. By default diff notation is used.
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
|
|
Download Help Document
Was this information helpful?