Skip to content

Forbid coercing multivariate polynomials with repeated variable name in some cases #10575

Closed
@williamstein

Description

@williamstein

Magma and Sage let us do this:

> R<x,x> := PolynomialRing(RationalField(),2);
> R.1*R.2;
x*x
sage: R.<x,x> = QQ[]

sage: f = R.0*R.1
sage: f
x*x
sage: magma(f)
x*x
sage: gp(f)
x^2
sage: pari(f)
x^2
sage: singular(f)
x^2

Component: commutative algebra

Stopgaps: todo

Reviewer: Lorenz Panny, Samuel Lelièvre

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions