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
diffalg[leader] - return the leader of a differential polynomial
diffalg[rank] - return the rank of a differential polynomial
diffalg[initial] - return the initial of a differential polynomial
diffalg[separant] - return the separant of a differential polynomial
Calling Sequence
leader (q, R)
rank (q, R)
initial (q, R)
separant (q, R)
Parameters
q
-
differential polynomial
R
differential polynomial ring
Description
Important: The diffalg package has been deprecated. Use the superseding package DifferentialAlgebra instead.
The leader of a differential polynomial q is the greatest derivative occurring in q with respect to the ranking of R.
The rank of q is the leader of q raised to the degree of q with respect to its leader.
The initial of q is the leading coefficient of q with respect to its leader.
The separant of q is the partial derivative of q with respect to its leader. It is also the initial of any proper derivative of q.
If q belongs to the ground field R, then leader, rank, initial and separant return an error message.
The command with(diffalg,leader) allows the use of the abbreviated form of this command.
The command with(diffalg,rank) allows the use of the abbreviated form of this command.
The command with(diffalg,initial) allows the use of the abbreviated form of this command.
The command with(diffalg,separant) allows the use of the abbreviated form of this command.
Examples
See Also
diffalg(deprecated), diffalg(deprecated)/differential_algebra, diffalg(deprecated)/differential_ring, diffalg(deprecated)/field_extension, diffalg(deprecated)[differentiate], DifferentialAlgebra[Tools][Get], DifferentialAlgebra[Tools][Initial], DifferentialAlgebra[Tools][LeadingCoefficient], DifferentialAlgebra[Tools][LeadingDerivative], DifferentialAlgebra[Tools][LeadingRank], DifferentialAlgebra[Tools][Separant]
Download Help Document