Ticket #250 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

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

7053.patch Download (3.8 KB) - added by was 3 years ago.

Change History

Changed 3 years ago by mabshoff

  • milestone set to sage-2.9.1

Changed 3 years ago by was

Changed 3 years ago by was

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from sage-2.9.1 to sage-2.8.8
Note: See TracTickets for help on using tickets.