rings icon indicating copy to clipboard operation
rings copied to clipboard

Are cyclotomic polynomials supported

Open axkr opened this issue 4 years ago • 1 comments

Not sure if you support special routines for cyclotomic polynomials?

Compared to JAS library this example seems to be slower (not done a real benchmark, so may be I'm wrong)?

  Factor(x^258-1)
  • https://en.wikipedia.org/wiki/Cyclotomic_polynomial

axkr avatar Nov 29 '19 17:11 axkr

Hi! Currently, there is no special treatment of cyclotomic polynomials, so in this special case Rings may be a bit slow. On the other hand, cyclotomic polynomials are in my first priority, and I plan to introduce them in the next major release (~Jan-Feb).

PoslavskySV avatar Nov 29 '19 20:11 PoslavskySV