diffalg
differentiate
differentiate a differential polynomial
Calling Sequence
Parameters
Description
Examples
differentiate (q, ders, R)
q
-
differential polynomial
ders
sequence of derivations, possibly empty
R
differential polynomial ring
Important: The diffalg package has been deprecated. Use the superseding package DifferentialAlgebra instead.
The command differentiate computes the successive derivatives of the differential polynomial q that belongs to R according to the elements of ders. The elements of ders must be derivations of R.
The command with(diffalg,differentiate) allows the use of the abbreviated form of this command.
with⁡diffalg:
R≔differential_ring⁡derivations=x,y,ranking=u,v
R≔PDE_ring
differentiate⁡ux,x2+ux,x,R
2⁢ux,x⁢ux,x,x+ux,x
differentiate⁡ux,y,x,y,R
ux,x,y,y
See Also
diffalg(deprecated)
diffalg(deprecated)/differential_algebra
diffalg(deprecated)/differential_ring
DifferentialAlgebra[Tools][Differentiate]
Download Help Document