Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversion to polynomials over symbolic ring doesn't work properly #28238

Open
soehms opened this issue Jul 23, 2019 · 3 comments
Open

Conversion to polynomials over symbolic ring doesn't work properly #28238

soehms opened this issue Jul 23, 2019 · 3 comments

Comments

@soehms
Copy link
Member

soehms commented Jul 23, 2019

The problem occured in context with #4618 (see comment 32) and is explained by the following code:

sage: PS = PolynomialRing(SR,'x')
sage: P = PolynomialRing(QQ,'x')
sage: q = P((1,1,5)); q
5*x^2 + x + 1
sage: p = PS(q)
sage: p.coefficients()
[5*x^2 + x + 1]
p in SR
True

Component: coercion

Keywords: symbolic ring days100

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

@soehms soehms added this to the sage-8.9 milestone Jul 23, 2019
@embray
Copy link
Contributor

embray commented Dec 30, 2019

comment:1

Ticket retargeted after milestone closed

@embray embray modified the milestones: sage-8.9, sage-9.1 Dec 30, 2019
@mkoeppe
Copy link
Contributor

mkoeppe commented May 1, 2020

comment:2

Moving tickets to milestone sage-9.2 based on a review of last modification date, branch status, and severity.

@mkoeppe mkoeppe modified the milestones: sage-9.1, sage-9.2 May 1, 2020
@mkoeppe mkoeppe modified the milestones: sage-9.2, sage-9.3 Oct 24, 2020
@mkoeppe
Copy link
Contributor

mkoeppe commented Apr 7, 2021

comment:4

Sage development has entered the release candidate phase for 9.3. Setting a new milestone for this ticket based on a cursory review.

@mkoeppe mkoeppe modified the milestones: sage-9.3, sage-9.4 Apr 7, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.4, sage-9.5 Aug 22, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.5, sage-9.6 Dec 18, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.6, sage-9.7 May 3, 2022
@mkoeppe mkoeppe modified the milestones: sage-9.7, sage-9.8 Sep 19, 2022
@mkoeppe mkoeppe removed this from the sage-9.8 milestone Jan 29, 2023
@soehms soehms mentioned this issue Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants