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
content - content of a multivariate polynomial
primpart - primpart of a multivariate polynomial
Calling Sequence
content(a, x, 'pp')
primpart(a, x, 'co')
Parameters
a
-
multivariate polynomial in x
x
(optional) name or set or list of names
pp
(optional) unevaluated name
co
Description
If a is a multivariate polynomial with integer coefficients, content returns the content of a with respect to x, thus returning the greatest common divisor of the coefficients of a with respect to the indeterminate(s) x. The indeterminate(s) x can be a name, list, or set of names.
The third argument pp, if present, will be assigned the primitive part of a, namely a divided by the content of a.
If the coefficients of a in x are rational functions then the content computed will be such that the primitive part is a multivariate polynomial over the integers whose content is 1.
Similarly, primpart returns a/content(a, x). The third argument co, if present, will be assigned the content. Note: Whereas the sign is removed from the content, it is not removed from the primitive part.
Examples
See Also
coeffs, Content, gcd, icontent
Download Help Document