-
-
Notifications
You must be signed in to change notification settings - Fork 660
Closed
Description
| Sage Version 4.8, Release Date: 2012-01-20 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: m=sqrt(sin(pi/5))
sage: m.minpoly() # works
x^8 - 5/4*x^4 + 5/16
sage: QQbar(m).minpoly() # works
x^8 - 5/4*x^4 + 5/16
sage: AA(m).minpoly() # does not work
...
<snip>
...
TypeError: Unable to convert number to real interval.
Reported by Håkan Granath on sage-support on March 22, 2012.
Component: basic arithmetic
Author: William Stein
Reviewer: David Loeffler
Merged: sage-5.0.beta11
Issue created by migration from https://trac.sagemath.org/ticket/12727