Skip to content

is_squarefree() over multivariate rings does not work #12198

Closed
@sagetrac-MvanBeek

Description

@sagetrac-MvanBeek

The following examples demonstrate the problem:

sage: R.<x,y>=PolynomialRing(ZZ)
sage: R(1).is_squarefree()
False
sage: R(x^2+y^2).is_squarefree()
False
sage: R(x^2+1).is_squarefree()
False

CC: @malb @burcin @jpflori

Component: basic arithmetic

Keywords: squarefree, singular

Stopgaps: todo

Reviewer: Travis Scrimshaw

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions