#15236: Let Sage use finite fields without primality proving
-------------------------------------------------+-------------------------
       Reporter:  jpflori                        |        Owner:
           Type:  enhancement                    |       Status:  new
       Priority:  major                          |    Milestone:  sage-6.0
      Component:  finite rings                   |   Resolution:
       Keywords:  finite fields, primality       |    Merged in:
  proving                                        |    Reviewers:
        Authors:                                 |  Work issues:
Report Upstream:  N/A                            |       Commit:
         Branch:                                 |     Stopgaps:
   Dependencies:                                 |
-------------------------------------------------+-------------------------
Description changed by SimonKing:

Old description:

> It would be nice to be able to create finite fields without checking that
> the characteristic is actually prime.
>
> You can more or less do that for prime fields using directly the
> FiniteField_prime_modn constructor with check=False arguments.
> Unfortunately some constructions on top of this will still check that the
> characteristic is actually prime, e.g. univariate polynomial rings on top
> of it.

New description:

 It would be nice to be able to create finite fields without checking that
 the characteristic is actually prime.

 You can more or less do that for prime fields using directly the
 FiniteField_prime_modn constructor with check=False arguments.
 Unfortunately some constructions on top of this will still check that the
 characteristic is actually prime, e.g. univariate polynomial rings on top
 of it.

 Note that it already is possible to create an `IntegerModRing(n,
 categogry=Fields())`. This will create a quotient ring of ZZ that believes
 that it is a field. However, it will still be an integer mod ring that
 does not use any of the fancy finite ''field'' implementations in sage.

--

--
Ticket URL: <http://trac.sagemath.org/ticket/15236#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to