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
RegularChains[ChainTools][Regularize] - make a polynomial regular or null with respect to a regular chain
Calling Sequence
Regularize(p, rc, R)
Regularize(p, rc, R, 'normalized'='yes')
Regularize(p, rc, R, 'normalized'='strongly')
Parameters
p
-
polynomial of R
rc
regular chain of R
R
polynomial ring
'normalized'='yes'
(optional) boolean flag
'normalized'='strongly'
Description
The command Regularize(p, rc, R) returns a list made of two lists. The first one consists of regular chains such that p is regular modulo the saturated ideal of . The second one consists of regular chains such that p is null modulo the saturated ideal of .
In addition, the union of the regular chains of these lists is a decomposition of rc in the sense of Kalkbrener.
If 'normalized'='yes' is passed, all the returned regular chains are normalized.
If 'normalized'='strongly' is passed, all the returned regular chains are strongly normalized.
If 'normalized'='yes' is present, rc must be normalized.
If 'normalized'='strongly' is present, rc must be strongly normalized.
The command RegularizeDim0 implements another algorithm with the same purpose as that of the command Regularize. However it is specialized to zero-dimensional regular chains in prime characteristic. When both algorithms apply, the latter usually outperforms the former one.
This command is part of the RegularChains[ChainTools] package, so it can be used in the form Regularize(..) only after executing the command with(RegularChains[ChainTools]). However, it can always be accessed through the long form of the command by using RegularChains[ChainTools][Regularize](..).
Examples
See Also
Chain, Empty, Equations, Inverse, IsRegular, IsStronglyNormalized, PolynomialRing, RegularChains, RegularizeDim0, RegularizeInitial, SparsePseudoRemainder
Download Help Document