Display - 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

DifferentialAlgebra[Tools]

  

Display

  

print a description of a differential polynomial ring or ideal

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Display (R)

Parameters

R

-

a differential polynomial ring, or, ideal

Description

• 

The function call Display(R) prints a text description of R. In particular, the ranking of R is detailed.

• 

This command is part of the DifferentialAlgebra:-Tools package. It can be called using the form Display(...) after executing the command with(DifferentialAlgebra:-Tools). It can also be directly called using the form DifferentialAlgebra[Tools][Display](...).

Examples

(1)

Data structure: differential ring
Ranking:        grlexA[v,u] >> lex[w]
Derivations:    x > y
Notation:       jet
Parameters:     []
Arbitrary:     []

(2)

Data structure: regular differential chain
Leading ranks:  v[x,x] < v[y] < u[x]^2 < u[y]^2
Attributes:     [differential, autoreduced, primitive, squarefree, coherent, normalized]

See Also

DifferentialAlgebra

DifferentialRing

 


Download Help Document