Changes between Version 1 and Version 2 of Ticket #12269
- Timestamp:
- 01/06/12 02:33:11 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12269 – Description
v1 v2 7 7 sage: L = K3.absolute_field('b') 8 8 sage: L(t) 9 # The code at #118 00takes 12 seconds to compute roots of a9 # The code at #11869 takes 12 seconds to compute roots of a 10 10 # polynomial, and then doesn't use them. 11 11 # TypeError: No compatible natural embeddings found for Number Field in b with .... and Complex Lazy Field … … 26 26 * make both structure maps into conversions 27 27 * make one of the structure maps into a coercion 28 * move the "compatible embedding" code of #118 00to the beginning of the method, to avoid unnecessary root-finding28 * move the "compatible embedding" code of #11869 to the beginning of the method, to avoid unnecessary root-finding 29 29 30 30 I guess the third item is unrelated to the first two, so could be a separate ticket.
