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
Nextprime - next irreducible polynomial over a finite field
Prevprime - previous irreducible polynomial over a finite field
Nextpoly - next polynomial over a finite field
Prevpoly - previous polynomial over a finite field
Calling Sequence
Nextprime(f, x, alpha) mod p
Prevprime(f, x, alpha) mod p
Nextpoly(f, x, alpha) mod p
Prevpoly(f, x, alpha) mod p
Parameters
f
-
polynomial over a finite field
x
name
alpha
(optional) RootOf
p
integer
Description
Nextpoly(f, x) mod p returns the next polynomial from f in x in lexicographical order over the integers modulo p. Similarly, Prevpoly(f, x) mod p returns the previous polynomial from f in x in lexicographical order over the integers modulo p.
Nextprime(f, x) mod p returns the next irreducible polynomial from f in x in lexicographical order over the integers modulo p. Similarly, Prevprime(f, x) mod p returns the previous irreducible polynomial from f in x in lexicographical order over the integers modulo p.
The optional third argument alpha specifies a representation for the finite field . The field extension alpha is specified by a RootOf a monic univariate polynomial of degree k which must be irreducible. Thus, Nextprime(f, x, alpha) mod p computes the next irreducible polynomial from f in lexicographical order over .
Examples
See Also
alias, Randpoly, Randprime, RootOf
Download Help Document