diffalg(deprecated)/print_ranking - 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)/print_ranking

diffalg

  

print_ranking

  

print a message describing the ranking of a differential polynomial ring.

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

print_ranking (R)

Parameters

R

-

differential polynomial ring

Description

• 

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

• 

The print_ranking command prints a message describing the ranking defined on a differential polynomial ring R set up with the differential_ring command.

• 

The ranking of a differential polynomial ring R is a total ordering over the set of all the derivatives of the differential indeterminates of R that is compatible with derivation (see ranking)

• 

The command with(diffalg,print_ranking) 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:

pux,y+vx,x;qvx+vy,y

pux,y+vx,x

qvx+vy,y

(1)

Qdifferential_ringderivations=x,y,ranking=grlexAu,v:

print_rankingQ

In lists, leftmost elements are greater than rightmost ones.
The derivatives of [u, v] are ordered by grlexA:
_U [tau] > _V [phi] when
    |tau| > |phi| or
    |tau| = |phi| and _U > _V w.r.t. the list of indeterminates or
    |tau| = |phi| and _U = _V and tau > phi w.r.t. [x, y]

leaderp,Q,leaderq,Q

ux,y,vy,y

(2)

Rdifferential_ringderivations=x,y,ranking=grlexBu,v

RPDE_ring

(3)

print_rankingR

In lists, leftmost elements are greater than rightmost ones.
The derivatives of [u, v] are ordered by grlexB:
_U [tau] > _V [phi] when
    |tau| > |phi| or
    |tau| = |phi| and tau > phi w.r.t. [x, y] or
    tau = phi and _U > _V w.r.t. the list of indeterminates

leaderp,R,leaderq,R

vx,x,vy,y

(4)

Sdifferential_ringderivations=x,y,ranking=lexu,v

SPDE_ring

(5)

print_rankingS

In lists, leftmost elements are greater than rightmost ones.
The derivatives of [u, v] are ordered by lex:
_U [tau] > _V [phi] when
    tau > phi for the lex. order [x, y] or
    tau = phi and _U > _V w.r.t. the list of indeterminates

leaderp,S,leaderq,S

vx,x,vx

(6)

Tdifferential_ringderivations=x,y,indeterminates=u,v,leaders_ofp,q=ux,y,vx

TPDE_ring

(7)

print_rankingT

In lists, leftmost elements are greater than rightmost ones.
The derivatives of [u, v] are ordered by weights:
Weights are [u = 3, v = 0, x = 3, y = 1]
_U [tau] > _V [phi] when
    weight (_U [tau]) > weight (_V [phi]) or
    weights are equal and _U > _V w.r.t. the list of indeterminates or
    weights and indeterminates are equal and
        tau > phi for the lex. order [x, y]

See Also

diffalg(deprecated)

diffalg(deprecated)/differential_algebra

diffalg(deprecated)/differential_ring

diffalg(deprecated)[leader]

DifferentialAlgebra[Tools][Display]