#8029: Defect: Power series over a polynomial ring with real coefficients
-----------------------+----------------------------------------------------
Reporter: eduenez | Owner: AlexGhitza
Type: defect | Status: needs_review
Priority: minor | Milestone:
Component: algebra | Keywords: polynomial ring, power series
Work_issues: | Upstream: N/A
Reviewer: | Author: Eduardo DueƱez, Michael Orlitzky
Merged: | Dependencies:
-----------------------+----------------------------------------------------
Comment(by fwclarke):
Replying to [comment:4 mhansen]:
> We should probably double-check on PowerPC.
Mac OS X 105.8, Dual 2.5 GHz PowerPC G5
{{{
----------------------------------------------------------------------
| Sage Version 4.7, Release Date: 2011-05-23 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: A.<x> = RR['x']
sage: B.<t> = PowerSeriesRing(A) # B = R[x][[t]]
sage: 1. + O(t)
1.00000000000000 + O(t)
sage: 1. + O(t^2)
1.00000000000000 + O(t^2)
sage: 1. + O(t^3)
1.00000000000000 + O(t^3)
sage: 1. + O(t^4)
1.00000000000000 + O(t^4)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8029#comment:5>
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.