Ticket #250 (closed defect: fixed)
strange display of nested rings
| Reported by: | was | Owned by: | was |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-2.8.8 |
| Component: | user interface | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
sage: R, u = PolynomialRing(GF(p), 'u').objgen() sage: S, v = PolynomialRing(R, 'v').objgen() sage: T = S.fraction_field() sage: F = EllipticCurve(T, [a, b]) sage: F Elliptic Curve defined by y^2 + (0)*x*y + (0)*y = x^3 + (0)*x^2 + x +1 over Fraction Field of Univariate Polynomial Ring in v over Univariate Polynomial Ring in u over Finite Field of size 29 I'm sure there's a better example of this strange printing, but this is how I found it. Nick
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

