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
OreTools[Modular][ModularOrePoly] - compute the normal form of an Ore polynomial modulo a prime
OreTools[Modular][Content] - compute the content of an Ore polynomial modulo a prime
OreTools[Modular][Primitive] - compute the primitive part of an Ore polynomial modulo a prime
OreTools[Modular][MonicAssociate] - compute the left associate of an Ore polynomial modulo a prime
Calling Sequence
Modular[ModularOrePoly](Ore, p)
Modular[Content](Ore, p, 'pp')
Modular[Primitive](Ore, p, 'c')
Modular[MonicAssociate](Ore, p)
Parameters
Ore
-
Ore polynomial; to define an Ore polynomial, use the OrePoly structure
p
prime
c, pp
unevaluated names
Description
The Modular[ModularOrePoly](Ore, p) calling sequence computes the normal form of the Ore polynomial Ore modulo the prime p
The Modular[Content](Ore, p) calling sequence computes the content of the Ore polynomial Ore modulo the prime p. If the third (optional) argument is present, it is assigned the primitive part of Ore.
The Modular[Primitive](Ore, p) calling sequence computes the primitive part of Ore modulo the prime p. If the third (optional) argument is present, it is assigned the content of Ore.
The Modular[MonicAssociate](Ore, p) calling sequence computes the left monic associate of the Ore polynomial Ore modulo the prime p.
Examples
See Also
OreTools, OreTools/Modular, OreTools/OreAlgebra, OreTools/OrePoly, OreTools/SetOreRing
Download Help Document