#15053: Number fields think they can embed into finite fields
-----------------------------+-------------------------------------------
   Reporter:  robharron      |            Owner:
       Type:  defect         |           Status:  new
   Priority:  major          |        Milestone:  sage-5.12
  Component:  number fields  |         Keywords:  NumberField, embeddings
  Merged in:                 |          Authors:
  Reviewers:                 |  Report Upstream:  N/A
Work issues:                 |           Branch:
     Commit:                 |     Dependencies:
   Stopgaps:                 |
-----------------------------+-------------------------------------------
 The embeddings function for number fields just checks for roots in the
 argument. For example:


 {{{
 sage: K = NumberField(x^3-2, 'a')
 sage: K.embeddings(GF(3))
 [
 Ring morphism:
   From: Number Field in a with defining polynomial x^3 - 2
   To:   Finite Field of size 3
   Defn: a |--> 2
 ]
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/15053>
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