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
PolynomialIdeals[UnivariatePolynomial] - compute the smallest univariate polynomial in an ideal
Calling Sequence
UnivariatePolynomial(v, J, X)
Parameters
v
-
variable name
J
polynomial ideal or a list or set of generator polynomials
X
(optional) set of variable names
Description
The UnivariatePolynomial command computes a univariate polynomial in v of least degree that is contained in the ideal J. If no such polynomial exists, then zero is returned. A zero-dimensional ideal contains a univariate polynomial in every variable.
The first argument must be the variable in which a univariate polynomial is to be computed. The second argument must be a polynomial ideal. An optional third argument overrides the default ring variables.
Examples
See Also
alias, Groebner[UnivariatePolynomial], PolynomialIdeals, PolynomialIdeals[IsZeroDimensional]
Download Help Document