Skip to content

wrong result for .is_integral() in quadratic field #34800

@yyyyx4

Description

@yyyyx4
sage: K.<t> = QuadraticField(-10007^2)
sage: a = t / 10007
sage: a.minpoly()
x^2 + 1
sage: a.minpoly() in ZZ['x']
True
sage: a.is_integral()
False

Component: number fields

Issue created by migration from https://trac.sagemath.org/ticket/34800

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions