#16530: Caching error for function field extensions
---------------------------------+-----------------------------------------
   Reporter:  saraedum           |            Owner:
       Type:  defect             |           Status:  new
   Priority:  major              |        Milestone:  sage-6.3
  Component:  commutative        |         Keywords:  sd59, function fields
  algebra                        |          Authors:  Julian Rueth
  Merged in:                     |  Report Upstream:  N/A
  Reviewers:                     |           Branch:
Work issues:                     |     Dependencies:
     Commit:                     |
   Stopgaps:                     |
---------------------------------+-----------------------------------------
 Currently, we have the following behaviour
 {{{
 sage: K.<x> = FunctionField(QQ)
 sage: R.<y> = K[]
 sage: L.<y> = K.extension(y^2-x)
 sage: R.<z> = L[]
 sage: M.<z> = L.extension(z-1)
 sage: R.<z> = K[]
 sage: N.<z> = K.extension(z-1)
 sage: N is M
 True
 }}}

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

Reply via email to