Changes between Version 3 and Version 7 of Ticket #17895
- Timestamp:
- 07/14/19 22:03:21 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17895
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Vincent Delecroix
-
Property
Dependencies
changed from
to
#28191
-
Property
Branch
changed from
to
u/vdelecroix/17895
-
Property
Milestone
changed from
sage-6.6
tosage-8.9
-
Property
Commit
changed from
to
659b7a6ce931a998df29fca979772f604a78f677
-
Property
Status
changed from
-
Ticket #17895 – Description
v3 v7 27 27 Wall time: 40.1 s 28 28 }}} 29 30 With the branch attached the timings become 31 {{{ 32 sage: sage: %time z1, = [r for r in p4.roots(QQbar, False) if r in ival] 33 CPU times: user 411 ms, sys: 152 µs, total: 411 ms 34 Wall time: 410 ms 35 sage: sage: %time z2 = QQbar.polynomial_root(p4, ival) 36 CPU times: user 294 ms, sys: 1 µs, total: 294 ms 37 Wall time: 296 ms 38 }}}