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
PolynomialTools[ShiftlessDecomposition] - compute a shiftless decomposition of a univariate polynomial
Calling Sequence
ShiftlessDecomposition(f,x)
Parameters
f
-
polynomial in x
x
indeterminate
Description
The ShiftlessDecomposition command computes a shiftless decomposition of f w.r.t. x.
It satisfies the following properties.
are squarefree and pairwise shift coprime, that is, for and all integers , we have if and only if and
is constant w.r.t. x, and are nonconstant primitive polynomials w.r.t. x.
The and are non-negative integers with and for all .
The shiftless decomposition is unique up to reordering and multiplication by units. The are ordered by ascending degree in x, but the ordering within the same degree is not determined.
If f is constant w.r.t. x, then the return value is .
Partial factorizations of the input are not taken into account.
Examples
See Also
gcd, PolynomialTools, PolynomialTools[GreatestFactorialFactorization], PolynomialTools[ShiftEquivalent], PolynomialTools[Translate], sqrfree
References
Gerhard, J.; Giesbrecht, M.; Storjohann, A.; and Zima, E.V. "Shiftless decomposition and polynomial-time rational summation." Proceedings International Symposium on Symbolic and Algebraic Computation, pp. 119-126. ed. J.R. Sendra. 2003.
Download Help Document