diffalg(deprecated)/delta_leader - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : diffalg(deprecated)/delta_leader

diffalg

  

delta_leader

  

return the difference between the derivation operators of the leaders of two differential polynomials

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

delta_leader (p, q, R)

Parameters

p, q

-

differential polynomials

R

-

differential polynomial ring

Description

• 

Important: The diffalg package has been deprecated. Use the superseding package DifferentialAlgebra instead.

• 

Let fp and fq denote the leaders of p and q. The function delta_leader returns a sequence, if it exists, of derivations s such that fp = differentiate (fq, s, R).

• 

The function returns FAIL if p or q belongs to the ground field of R or if fp and fq are derivatives of different differential indeterminates.

• 

The command with(diffalg,delta_leader) allows the use of the abbreviated form of this command.

Examples

Important: The diffalg package has been deprecated. Use the superseding package DifferentialAlgebra instead.

withdiffalg:

Rdifferential_ringderivations=x,y,ranking=u

RPDE_ring

(1)

pux,x,y24u

pux,x,y24u

(2)

qux

qux

(3)

delta_leaderp,q,R

x,y

(4)

See Also

diffalg(deprecated)

diffalg(deprecated)/differential_ring

diffalg(deprecated)[differentiate]

diffalg(deprecated)[leader]

DifferentialAlgebra[Tools][FactorDerivative]

DifferentialAlgebra[Tools][LeadingDerivative]