Igor Schein on Sat, 08 Nov 2003 01:39:03 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

polgalois() inconsistency


Hi,

? default(new_galois_format,0)
   new_galois_format = 0 (off)
? polgalois(x^3-2)
[6, -1, 2]
? default(new_galois_format,1)
   new_galois_format = 1 (on)
? polgalois(x^3-2)
[6, -1, 2]

I expect the first result to say [6,-1,1] according to the manual.
Also, in the manual both new_galois_format and newgaloisformat occur.
I guess the former is correct.

Thanks

Igor