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
OreTools[Utility][Coefficient] - return the coefficient of a specific power in an Ore polynomial
OreTools[Utility][Coefficients] - return the coefficient sequence of an Ore polynomial
OreTools[Utility][Degree] - return the degree of an Ore polynomial with respect to the noncommutative indeterminate
OreTools[Utility][LeadingCoefficient] - return the leading coefficient of an Ore polynomial
OreTools[Utility][LowDegree] - return the degree of the least power with nonzero coefficient
OreTools[Utility][RandOrePoly] - return a random Ore polynomial
OreTools[Utility][TrailingCoefficient] - return the trailing coefficient of an Ore Polynomial
OreTools[Utility][VariableDegree] - return the maximal degree of the coefficients of an Ore Polynomial in the variable in an Ore algebra
Calling Sequence
Coefficient(Poly, n)
Coefficients(Poly)
Degree(Poly)
LeadingCoefficient(Poly)
LowDegree(Poly)
RandOrePoly(A, opts)
TrailingCoefficient(Poly)
VariableDegree(Poly, A)
Parameters
Poly
-
Ore polynomial; to define an Ore polynomial, see OreTools/OrePoly
n
non-negative integer
A
Ore algebra
opts
options
Description
The Coefficient(Poly, n) calling sequence returns the coefficient of the nth power of the noncommutative indeterminate in Poly.
The Coefficients(Poly) calling sequence returns the sequence of coefficients of Poly.
The Degree(Poly) calling sequence returns the degree of Poly with respect to the noncommutative indeterminate.
The LeadingCoefficient(Poly)] calling sequence returns the leading coefficient of Poly.
The LowDegree(Poly) calling sequence returns the trailing degree of Poly.
The RandOrePoly(A) calling sequence returns a random Ore polynomial in the Ore algebra A.
The first argument A specifies the ring in which the polynomial is to be generated. The possible options are:
coeffs - Generate the coefficients
terms - Number of terms in the noncommutative indeterminate
degree - Degree on the noncommutative indeterminate
The TrailingCoefficient(Poly) calling sequence returns the trailing coefficient of A.
The VariableDegree(Poly, A) calling sequence returns the maximal degree of coefficients of Poly with respect to the variable in A. Note that the coefficients of Poly are supposed to be polynomials in the variable.
For a brief review of pseudo-linear algebra (also known as Ore algebra), see OreAlgebra.
Examples
See Also
OreTools, OreTools/OreAlgebra, OreTools/SetOreRing, OreTools[Utility], randpoly
Download Help Document