>
> Works for me,
I got `gfsplit' -- an error. Maxima 5.11.0 GCL 2.6.8
It found the factor (x + 56).
But that is incorrect.
modulus:197$
divide(x^51+x^22+1, x+56) => [xxx, 36]
rat(xxx*(x+56)) => x^51+x^22-35
> The rest is the associated degree 50 factor.
>
I suspect that your configuration (5.10.99rc2 with sbcl) has the same bug
internally, but simply isn't doing full error checking. (Not a good thing to
continue running after an error...)
-s