Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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