Changes between Initial Version and Version 6 of Ticket #24431
- Timestamp:
- Dec 31, 2017, 4:39:49 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24431
-
Property
Status
changed from
new
toneeds_work
-
Property
Component
changed from
PLEASE CHANGE
toalgebra
-
Property
Summary
changed from
Pushout for Laurent series
toFix coercions and pushout for Laurent series
-
Property
Branch
changed from
to
u/vdelecroix/24431
-
Property
Commit
changed from
to
00deb276b62aaadc5d1a77a1965821e3efb2def6
-
Property
Status
changed from
-
Ticket #24431 – Description
initial v6 16 16 Power Series Ring in x over Algebraic Field 17 17 }}} 18 19 There are also wrong coercions allowed 20 {{{ 21 sage: x = LaurentSeriesRing(QQ, 'x').gen() 22 sage: y = PolynomialRing(QQ, 'y').gen() 23 sage: x * y 24 x*y 25 sage: parent(x * y) 26 Univariate Polynomial Ring in y over 27 Laurent Series Ring in x over Rational Field 28 }}}