DifferentialAlgebra[Tools][FactorDerivative] - extracts the derivation operator of a derivative
|
Calling Sequence
|
|
FactorDerivative(v, R, opts)
|
|
Parameters
|
|
v
|
-
|
a derivative
|
R
|
-
|
a differential polynomial ring or ideal
|
opts (optional)
|
-
|
a sequence of options
|
|
|
|
|
Description
|
|
•
|
This command is part of the DifferentialAlgebra:-Tools package. It can be called using the form FactorDerivative(...) after executing the command with(DifferentialAlgebra:-Tools). It can also be directly called using the form DifferentialAlgebra[Tools][FactorDerivative](...).
|
|
|
Options
|
|
•
|
The opts arguments may contain one or more of the options below.
|
•
|
notation = jet, tjet, diff or Diff. Specifies the notation used for the result of the function call. If not specified, the notation of v is used.
|
•
|
memout = nonnegative. Specifies a memory limit, in MB, for the computation. Default is zero (no memory out).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
|
|
Download Help Document
Was this information helpful?