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
type/CommAlgebra - type for algebras of commutative polynomials
type/OreAlgebra - type for all commutative and skew algebras
type/SkewAlgebra - type for simple skew algebras
type/SkewParamAlgebra - type for other skew algebras
type/SkewPolynomial - type for skew polynomials
Calling Sequence
type(A, CommAlgebra)
type(A, OreAlgebra)
type(A, SkewAlgebra)
type(A, SkewParamAlgebra)
type(P, SkewPolynomial(A))
Parameters
A
-
table that denotes an algebra
P
polynomial in such an algebra
Description
The type CommAlgebra checks if the algebra A is an algebra of commutative polynomials, as declared by Ore_algebra[poly_algebra] (or Ore_algebra[skew_algebra] with no commutation and commutative parameters only).
The type SkewAlgebra checks if the algebra A is built by using Ore_algebra[skew_algebra] with commutations of the form
for constants p, r, and s only. This is the case for the commutation types delta, diff, euler, shift, and their dual forms.
The type SkewParamAlgebra checks if the algebra A is built by using Ore_algebra[skew_algebra] with commutations of the form
for constants p, q, r, and s with at least one commutation with . This is the case for the commutation types qdelta, qdiff, qdilat, qshift, `shift+qshift`, and their dual forms.
The type OreAlgebra checks if the algebra A is any of the above.
The type SkewPolynomial checks if the membership of the polynomial P in the algebra A. When this algebra allows rational function coefficients, a polynomial with rational function coefficients is a member of the algebra.
Examples
Not an algebra!
A commutative algebra of polynomials.
Skew algebras of linear differential operators.
Skew algebras of linear q-recurrence operators.
See Also
Ore_algebra, Ore_algebra/diff_algebra, Ore_algebra/poly_algebra, Ore_algebra/shift_algebra, Ore_algebra/skew_algebra, type
Download Help Document