Bill Allombert on Thu, 10 Oct 2019 14:42:56 +0200


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

Re: the minimal polynomial over the composite field


On Thu, Oct 10, 2019 at 12:39:20PM +0900, macsyma wrote:
> By the way, is this a bug ?
> 
> for(d=2,50,
>   for(i=1,galoisgetpol(d),printf([d,i]);
>     galoissplittinginit(galoisgetpol(d,i)[1])));
> 
> [2,1][3,1][4,1][4,2][5,1][6,1][6,2][7,1]
>   ***   at top-level: ...sgetpol(d),printf([d,i]);galoissplittinginit(g
>   ***                                             ^---------------------
>   *** galoissplittinginit: the PARI stack overflows !

Yes, I fixed it yesterday. I just pushed the fix today.

Cheers,
Bill.