Bill Allombert on Thu, 2 Oct 2003 20:52:19 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
qfbpowraw(Qfb(5, 2, 5),-1) --> wrong result |
Hello PARI-dev, ? qfbpowraw(Qfb(5, 2, 5),-1) %1 = Qfb(5, 2, 5) Which is false, it should be Qfb(5, -2, 5). The bug stem from the fact that ginv() is called when ginv() want to reduce the form. Cheers, Bill.