Reduce - Reduce powers of algebraic numbers and algebraic functions
|
Calling Sequence
|
|
evala(Reduce(a))
evala(Reduce(a), opts)
|
|
Parameters
|
|
a
|
-
|
expression involving algebraic numbers or algebraic functions.
|
opts
|
-
|
(optional) an option name or a set of option names.
|
|
-
|
Options currently supported: expanded.
|
|
|
|
|
Description
|
|
•
|
This function reduces powers of algebraic numbers or algebraic functions modulo their defining polynomials.
|
•
|
The result will have the form P/Q, where P and Q are polynomials over the extension field. The powers of the RootOfs appearing in the coefficients are positive and lower than the degree of the defining polynomials.
|
•
|
By default, this function attempts to preserve partial factorization of polynomials, but algebraic numbers and functions are always expanded. If the option expanded is specified, then polynomials are also expanded.
|
•
|
Unlike evala@Normal, the function Reduce does not rationalize algebraic numbers and functions and does not rationalize leading coefficients of rational functions and polynomials. It also does not cancel the greatest common divisor of the numerator and the denominator of a rational function.
|
•
|
If the RootOfs appearing in the input are independent, then this function will return 0 if and only if the input is mathematically equal to 0. It may not be so if the RootOfs are dependent or if the polynomial defining a RootOf is reducible.
|
•
|
If a contains functions, their arguments are reduced recursively and the functions are frozen before the computation proceeds.
|
•
|
Since the ordering of objects may vary from a session to another, the result may change accordingly.
|
•
|
Other objects are frozen and considered as variables, except in the cases below.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
>
|
|
|
|
Download Help Document
Was this information helpful?