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
convert/sqrfree - convert to square-free form
Calling Sequence
convert(a, sqrfree, x)
Parameters
a
-
polynomial
x
optional variable name or list of names
Description
Convert to sqrfree performs a square-free factorization of the polynomial a. It is most often called with the third argument x specified. In this case, content( a, x) is first removed (thus making a primitive) before doing the square-free factorization. The resulting factorization is of the form:
If called with only two arguments, a complete square-free factorization will be done. A variable is first chosen for which the above computation is done. Next, the content is made square-free by recursive application of convert to sqrfree. This is repeated until there are no variables left in the content.
It is important to realize that the factors will be in random order, not in order of increasing multiplicity as may be expected. Also, the multiplicities are not necessarily distinct as partial factorizations in the input are preserved as much as possible.
Examples
See Also
content, gcd
Download Help Document