Igor Schein on Thu, 3 Jun 1999 12:21:49 -0400 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
polredabs(,4) |
Hi, In 2.0.14: ? printp(polredabs(x^12-4*x^9+22*x^6-12*x^3+2,4)~)' [(x^12 - 8 x^9 + 18 x^6 + 4 x^3 + 2)] [(x^12 - 4 x^9 + 22 x^6 - 12 x^3 + 2)] [(x^12 + 16)] In 2.0.15: ? printp(polredabs(x^12-4*x^9+22*x^6-12*x^3+2,4)~)' [[(x^12 - 4 x^9 + 22 x^6 - 12 x^3 + 2), (x)]] Looks like the meaning of flag=4 changed, but the documentation doesn't reflect it. Is the old functionality lost? Thanks Igor