|
|
last edited 9 years ago by test1 |
1 2 | ||
Editor: test1
Time: 2015/06/19 15:42:37 GMT+0 |
||
Note: |
changed: - I think that this is also a bug: \begin{axiom} factor(x^2-2::POLY AN) \end{axiom} I'd expect $(x-\sqrt{2})(x+\sqrt{2})$. In fact, over algebraic numbers (and over Expression) 'factor' if specified to factor over a subfield generated by coefficients of the polynomial. More precisely, 'factor' only uses kernels present in the coefficients and will not introduce new roots. OTOH 'split' will build appropriate extension.
I think that this is also a bug:
factor(x^2-2::POLY AN)
(1) |
I'd expect .
In fact, over algebraic numbers (and over Expression)
factor
if specified to factor over a subfield generated
by coefficients of the polynomial. More precisely, factor
only uses kernels present in the coefficients and will not
introduce new roots. OTOH split
will build appropriate
extension.