diffalg(deprecated)/denote - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


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

diffalg

  

denote

  

convert a differential polynomial from an external form to another one

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

denote (q, code, R)

Parameters

q

-

differential polynomial in R

code

-

name; jet, diff, or Diff

R

-

differential polynomial ring

Description

• 

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.

Examples

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

withdiffalg:

Rdifferential_ringderivations=t,ranking=u

RODE_ring

(1)

put24u

put24u

(2)

denotep,diff,R

ⅆⅆtut24ut

(3)

Qdifferential_ringderivations=t,ranking=u,notation=diff

QODE_ring

(4)

qdiffut,t,ttut+diffut,t2

qⅆ2ⅆt2uttut+ⅆⅆtut2

(5)

denoteq,jet,Q

tu+ut2+ut,t

(6)

See Also

diffalg(deprecated)

diffalg(deprecated)/differential_algebra

diffalg(deprecated)/differential_ring

PDEtools,ToJet