Bill Allombert on Mon, 7 Apr 2003 16:17:12 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: polsubcyclo() |
On Mon, Apr 07, 2003 at 02:36:59AM -0400, Igor Schein wrote: > Hi, > > polsubcyclo(8,1) hangs. polsubcyclo(7,1) and polsubcyclo(9,1) return > x though. Fixed. Somehow the code assumed that 1%m==1. Well it is not true for m=1 :( polsubcyclo(n,1) worked iff Z/nZ was cyclic. Cheers, Bill.