#14824: Frobenius endomorphism over p-adics
---------------------------+------------------------------------------------
   Reporter:  caruso       |             Owner:  roed             
       Type:  enhancement  |            Status:  new              
   Priority:  major        |         Milestone:  sage-5.12        
  Component:  padics       |          Keywords:  padics, Frobenius
Work issues:               |   Report Upstream:  N/A              
  Reviewers:               |           Authors:  Xavier Caruso    
  Merged in:               |      Dependencies:                   
   Stopgaps:               |  
---------------------------+------------------------------------------------
 This patch provides a method {{{frobenius_endomorphism}}} which returns
 the Frobenius endomorphism of a p-adic field.

 Here is a small demo:

 {{{
 sage: K.<a> = Qq(5^3)
 sage: Frob = K.frobenius_endomorphism()

 sage: Frob
 Frobenius endomorphism on Unramified Extension of 5-adic ... lifting a
 |--> a^5 on the residue field
 sage: Frob^12
 Identity endomorphism of Unramified Extension of 5-adic Field ...

 sage: Frob(a) = a.frobenius()
 True
 }}}

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