|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Extension
Extension
is an option for various polynomial and algebraic functions that specifies generators for the algebraic number field to be used.
DetailsDetails
- For polynomial functions, Extension determines the algebraic number field in which the coefficients are assumed to lie.
- The setting Extension->a specifies the field
consisting of the rationals extended by the algebraic number a. - Extension->{a1, a2, ...} specifies the field
. - The
must be exact numbers, and can involve radicals as well as Root and AlgebraicNumber objects. - Extension->Automatic specifies that any algebraic numbers that appear in the input should be included in the extension field.
- For polynomial functions, the default setting Extension->None specifies that all coefficients are required to be rational. Any algebraic numbers appearing in input are treated like independent variables.
- Extension->{a1, a2, ...} includes both the
and any algebraic numbers in the input. - GaussianIntegers->True is equivalent to Extension->I.
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
Factor a polynomial over
:
| In[1]:= |
| Out[1]= |
PolynomialGCD over the field generated by the algebraic numbers present in the coefficients:
| In[1]:= |
| Out[1]= |
New in 3 | Last modified in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
