Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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