#12660: make raising polynomials in characteristic p to large powers (and 
printing
them) more efficient
-----------------------------------+----------------------------------------
   Reporter:  was                  |          Owner:  malb    
       Type:  enhancement          |         Status:  new     
   Priority:  major                |      Milestone:  sage-5.0
  Component:  commutative algebra  |       Keywords:          
Work_issues:                       |       Upstream:  N/A     
   Reviewer:                       |         Author:          
     Merged:                       |   Dependencies:          
-----------------------------------+----------------------------------------
 {{{
 sage: R.<x> = GF(5)[]
 sage: (1+x)^(5^2)
 x^25 + 1
 sage: (1+x)^(5^3)     #
 x^125 + 1
 sage: f = (x+1)^(5^8)
 sage: f = (x+1)^(5^9)
 sage: f = (x+1)^(5^10)    # quite slow
 sage: f
 WAIT A WHILE
 ^C^C^C^C^C^C^C^C
 -
 }}}

 One could similarly optimize multivariate polynomial powering.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12660>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to