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
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
>
|
|
|
|
Download Help Document
Was this information helpful?