#5338: Sage 3.2.2: speed regression/infite loop for "K.<b> = QQ[a]"
----------------------+-----------------------------------------------------
Reporter: mabshoff | Owner: tbd
Type: defect | Status: new
Priority: critical | Milestone: sage-3.4
Component: algebra | Keywords:
----------------------+-----------------------------------------------------
Comment(by robertwb):
You can still access my old (numeric) minpoly code via
{{{
sage: x = var('x')
sage: eqn = x^3 + sqrt(2)*x + 5 == 0
sage: a = solve(eqn, x)[0].rhs()
sage: a.minpoly(algorithm='numeric')
x^6 + 10*x^3 - 2*x^2 + 25
}}}
However, for many cases this is much slower or fails completely.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5338#comment:1>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---