diffalg
denote
convert a differential polynomial from an external form to another one
Calling Sequence
Parameters
Description
Examples
denote (q, code, R)
q
-
differential polynomial in R
code
name; jet, diff, or Diff
R
differential polynomial ring
Important: The diffalg package has been deprecated. Use the superseding package DifferentialAlgebra instead.
The command denote converts the differential polynomial q given in the notation defined on R to the notation code.
The command with(diffalg,denote) allows the use of the abbreviated form of this command.
with⁡diffalg:
R≔differential_ring⁡derivations=t,ranking=u
R≔ODE_ring
p≔ut2−4⁢u
denote⁡p,diff,R
ⅆⅆtu⁡t2−4⁢u⁡t
Q≔differential_ring⁡derivations=t,ranking=u,notation=diff
Q≔ODE_ring
q≔diff⁡u⁡t,t,t−t⁢u⁡t+diff⁡u⁡t,t2
q≔ⅆ2ⅆt2u⁡t−t⁢u⁡t+ⅆⅆtu⁡t2
denote⁡q,jet,Q
−t⁢u+ut2+ut,t
See Also
diffalg(deprecated)
diffalg(deprecated)/differential_algebra
diffalg(deprecated)/differential_ring
PDEtools,ToJet
Download Help Document