8000 is_polynomial returns wrong results · Issue #11352 · sagemath/sage · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
is_polynomial returns wrong results #11352
Closed
@hivert

Description

@hivert
sage: el = -1/2*(2*x^2 - sqrt(2*x - 1)*sqrt(2*x + 1) - 1)
sage: el.is_polynomial(x)
True

I definitely prefer to get False.

Apply attachment: trac_11352-is_polynomial.patch.

Depends on #11415

Upstream: Fixed upstream, in a later stable release.

CC: @kcrisman @burcin @hivert @RBKreckel

Component: symbolics

Keywords: is_polynomial

Author: Richard Kreckel, Jens Vollinga, Burcin Erocal

Reviewer: Karl-Dieter Crisman

Merged: sage-4.7.1.alpha4

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0