#8972: Inversion and fraction fields for power series rings
-------------------------------------------------+--------------------------
Reporter: SimonKing | Owner: AlexGhitza
Type: defect | Status: needs_work
Priority: major | Milestone: sage-4.4.2
Component: algebra | Keywords: power series
ring, fraction field
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: segfault of div of Laurent series |
-------------------------------------------------+--------------------------
Comment(by SimonKing):
Strangely, without the patch, the construction works:
{{{
sage: R.<x> = ZZ[[]]
sage: F = LaurentSeriesRing(FractionField(R.base()),R.variable_names())
sage: 1/F(x)
x^-1
}}}
The patch does this construction as well -- but segfaults. There seems to
be a nasty side effect.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8972#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 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.