Igor Schein on Tue, 19 Jan 1999 11:34:37 -0500 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: nfgaloisconj() bug |
Hi, it turned out to be a partial fix, because still: ? nfgaloisconj(nfinit(x^3-x-1),1) *** bus error: bug in GP (please report). Also, I noticed another thing, that goes back at least as far as 2.0.11: ? nfgaloisconj(nfinit(x^4-2*x^2+9),0) [x, 1/3*x^3 - 2/3*x, -1/3*x^3 + 2/3*x, -x] ? nfgaloisconj(nfinit(x^4-2*x^2+9),2) [x, 0, 0, -x] Correct me if I'm wrong, but from reading documentation, I don't see a reason why the output should depend on the flag. Or are these 2 output isomorphic to each other? Thanks Igor