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
Roots - roots of a polynomial mod n
Calling Sequence
Roots(a)
Roots(a, K)
Parameters
a
-
univariate polynomial
K
RootOf
Description
The Roots function is a placeholder for representing the roots of the univariate polynomial a. The roots are returned as a list of pairs of the form where is a root and its multiplicity, that is, divides a.
The call Roots(a) mod n computes the roots of the polynomial a modulo n.
The call Roots(a,K) mod p computes the roots over the finite field defined by K an algebraic extension of the integers mod p where K is a RootOf.
The call modp1(Roots(a), p) computes the roots of the polynomial a in the representation modulo the prime integer p.
Examples
See Also
Factors, mod, modp1, msolve, root, RootOf, roots, Student[Calculus1][Roots], Student[NumericalAnalysis][Roots]
Download Help Document