Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
DifferentialAlgebra[Tools][Display] - print a description of a differential polynomial ring or ideal
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
Data structure: differential ring Ranking: grlexA[v,u] >> lex[w] Derivations: x > y Notation: jet Parameters: [] Arbitrary: []
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