Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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