diffalg
derivatives
return the derivatives occurring in a differential polynomial
Calling Sequence
Parameters
Description
Examples
derivatives (p, R, code)
p
-
differential polynomial in R
R
differential polynomial ring
code
(optional) name; 'increasingly' or 'decreasingly'
Important: The diffalg package has been deprecated. Use the superseding package DifferentialAlgebra instead.
The function derivatives returns the set of the derivatives occurring in the differential polynomial p.
If the third parameter is present, the function returns the list of the derivatives, sorted increasingly or decreasingly, with respect to the ranking of R.
The command with(diffalg,derivatives) allows the use of the abbreviated form of this command.
with⁡diffalg:
K≔field_extension⁡transcendental_elements=ut:
R≔differential_ring⁡field_of_constants=K,derivations=x,y,ranking=lexu
R≔PDE_ring
p≔ux⁢ut+ux,x+ux,x2+x⁢ux,y,y2+1
p≔x⁢ux,y,y2+ux⁢ut+ux,x2+ux,x+1
derivatives⁡p,R,increasingly
ux,ux,y,y,ux,x
See Also
diffalg(deprecated)
diffalg(deprecated)/differential_ring
diffalg(deprecated)/field_extension
diffalg(deprecated)[greater]
DifferentialAlgebra[Get]
Download Help Document