Igor Schein on Fri, 11 Dec 1998 16:46:36 -0500 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: PARI translated to C |
On Fri, Dec 11, 1998 at 04:24:06PM -0500, John Jones wrote: > ? x^12 + 24*x^10 + 216*x^8 + 905*x^6 + 1770*x^4 + 1395*x^2 + 361 > %1 = x^12 + 24*x^10 + 216*x^8 + 905*x^6 + 1770*x^4 + 1395*x^2 + 361 > ? nfisisom(%1,%1) > *** segmentation fault: bug in GP (please report). > It runs fine for me with the 2.0.12.alpha on Solaris. Igor P.S. I wish I knew about nfisisom() command earlier, I wouldn't spend so much time trying to figure out if x^16+3 and x^16+48 are isomorphic or not.