Changes between Version 11 and Version 13 of Ticket #8111
- Timestamp:
- 05/27/20 19:22:01 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8111
-
Property
Priority
changed from
major
tominor
-
Property
Branch
changed from
to
public/8111
-
Property
Commit
changed from
to
bed3abb1364df5a4e0588953f535b3cc9b563766
-
Property
Milestone
changed from
sage-duplicate/invalid/wontfix
tosage-9.3
-
Property
Type
changed from
defect
totask
-
Property
Priority
changed from
-
Ticket #8111 – Description
v11 v13 1 This appears to be solved by now. 2 3 The output is now 4 5 {{{ 6 64 7 1 8 1 9 (k^2 + 2)/(k^3 + 4) 10 }}} 11 12 Original description (updated to python3): 1 The following was solved along the way. We add a doctest. 13 2 14 3 The GCD of rationals is still unclear (see trac 3214), and leads to definite problems with reduce().