Skip to content

AA minpoly bug #12727

@williamstein

Description

@williamstein
| 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions