#14825: Polynomial representation of a padic number
---------------------------+------------------------------------------------
   Reporter:  caruso       |             Owner:  roed                     
       Type:  enhancement  |            Status:  new                      
   Priority:  major        |         Milestone:  sage-5.12                
  Component:  padics       |          Keywords:  polynomial representation
Work issues:               |   Report Upstream:  N/A                      
  Reviewers:               |           Authors:  Xavier Caruso            
  Merged in:               |      Dependencies:                           
   Stopgaps:               |  
---------------------------+------------------------------------------------
 If $K$ is an unramified extension of $Z_p$ whose generator is $a$, this
 patch implements a method {{{polynomial}}} which takes as input an element
 $x$ in $K$ and outputs a polynomial $P$ with coefficients in $Z_p$ such
 that $P(a) = x$.

 {{{
 sage: K.<a> = Qq(5^3)
 sage: a.polynomial()
 (1 + O(5^20))*x + (O(5^20))
 }}}

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