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
polytools[splits] - complete Factorization of a Polynomial
Calling Sequence
splits(a, x)
splits(a, x, b)
Parameters
a
-
polynomial
x
variable
b
Description
Important: The polytools package has been deprecated. Use the superseding command PolynomialTools[Splits] instead.
The splits function computes the complete factorization of a univariate polynomial.
The univariate polynomial a in x, with rational or algebraic number coefficients or polynomial coefficients, is factored into linear factors.
The factorization is returned in the form where where each (the factor) is a unit normal irreducible polynomial and each (its multiplicity) is a positive integer.
In the case of three arguments, the third argument b is assigned the extensions of Q on output, where Q is the set of rational numbers.
The command with(polytools,splits) allows the use of the abbreviated form of this command.
Examples
See Also
AFactor, PolynomialTools[Splits], polytools(deprecated)[split], RootOf
Download Help Document