DifferentialAlgebra[Tools]
Display
print a description of a differential polynomial ring or ideal
Calling Sequence
Parameters
Description
Examples
Display (R)
R
-
a differential polynomial ring, or, ideal
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](...).
with⁡DifferentialAlgebra:with⁡Tools:
R≔DifferentialRing⁡derivations=x,y,blocks=v,u,lexw
R≔differential_ring
Display⁡R
Data structure: differential ring Ranking: grlexA[v,u] >> lex[w] Derivations: x > y Notation: jet Parameters: [] Arbitrary: []
ideal≔RosenfeldGroebner⁡ux2−4⁢u,ux,y⁢vy−u+1,vx,x−ux,R
ideal≔regular_differential_chain
Display⁡ideal1
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