#16530: Caching error for function field extensions
-------------------------------------------+----------------------------
Reporter: saraedum | Owner:
Type: defect | Status: needs_review
Priority: major | Milestone: sage-6.3
Component: commutative algebra | Resolution:
Keywords: sd59, function fields | Merged in:
Authors: Julian Rueth | Reviewers:
Report Upstream: N/A | Work issues:
Branch: u/saraedum/ticket/16530 | Commit:
Dependencies: | Stopgaps:
-------------------------------------------+----------------------------
Changes (by saraedum):
* status: new => needs_review
Old description:
> 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
> }}}
New description:
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#comment:2>
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.