|
|
last edited 9 years ago by test1 |
1 2 | ||
Editor:
Time: 2007/11/17 22:31:50 GMT-8 |
||
Note: Precision |
changed: - As stated in the documentation, 'PolynomialFactorizationExplicit (PFECAT)' is not implemented yet. Unfortunately, this has as consequence that things like \begin{axiom} 2::FR COMPLEX INT \end{axiom} do not work, although \begin{axiom} factor(2::COMPLEX INT) \end{axiom} does. I don't think that a lot is missing. For example, 'INT' has already most operations needed for 'PFECAT', and 'COMPLEX' is missing only very little, in particular 'squareFree'. It's time to analyse the algebra, I believe.
As stated in the documentation, PolynomialFactorizationExplicit (PFECAT)
is not implemented yet. Unfortunately, this has as consequence that things like
2::FR COMPLEX INT
(1) |
do not work, although
factor(2::COMPLEX INT)
(2) |
does. I don't think that a lot is missing. For example, INT
has already most operations needed for PFECAT
, and COMPLEX
is missing only very little, in particular squareFree
.
It's time to analyse the algebra, I believe.