sagemath / sage

Main repository of SageMath. Now open for Issues and Pull Requests.
https://www.sagemath.org
Other
1.2k stars 413 forks source link

Add `monic` option to `polynomials` method of polynomial rings over finite fields #31432

Open slel opened 3 years ago

slel commented 3 years ago

Polynomial rings over finite fields have a method polynomials to return a generator of polynomials of given degree or of given maximal degree.

We add an option monic (defaulting to False) so that monic=True only generates monic polynomials.

Not hard to do oneself but so convenient it deserves to be offered.

CC: @slel

Component: finite rings

Issue created by migration from https://trac.sagemath.org/ticket/31432

mkoeppe commented 3 years ago
comment:1

Sage development has entered the release candidate phase for 9.3. Setting a new milestone for this ticket based on a cursory review of ticket status, priority, and last modification date.