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[ShiftEquivalent] - test whether two polynomials are shift equivalent
Calling Sequence
ShiftEquivalent(f,g,x)
ShiftEquivalent(f,g,x,T)
Parameters
f, g
-
polynomials in x
x
indeterminate
T
(optional) type
Description
The ShiftEquivalent command determines whether the two polynomials are shift equivalent w.r.t. the variable x, that is, whether there is an independent of x satisfying , where denotes the leading coefficient with respect to x. It returns , if it exists, and otherwise FAIL.
If the optional argument T is specified, then ShiftEquivalent returns FAIL even if exists but is not of type T. This is more efficient than first calling ShiftEquivalent without the optional argument and then checking whether the return value is of type T.
It is assumed that both input polynomials are collected w.r.t. the variable x.
If are nonconstant w.r.t. x, then is uniquely determined. If both are nonzero and constant w.r.t. , or if both are zero, then the return value is 0.
Examples
Leading coefficients do not matter.
See Also
LREtools[dispersion], PolynomialTools, PolynomialTools[ShiftlessDecomposition], PolynomialTools[Translate]
Download Help Document