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

Problems with stacked polynomial rings and vector #292

Closed
ncalexan mannequin opened this issue Feb 24, 2007 · 1 comment
Closed

Problems with stacked polynomial rings and vector #292

ncalexan mannequin opened this issue Feb 24, 2007 · 1 comment

Comments

@ncalexan
Copy link
Mannequin

ncalexan mannequin commented Feb 24, 2007

R1, (r0, r1, s1, s2) = QQ['r0', 'r1', 's1', 's2'].objgens()
R2, z = R1['z'].objgen()
R3, zb = R2.quo(z**3 + r1*z + r0, names='zb').objgen()

s = s1*z + s2*z**2

f1 = R3(s*1)
f2 = R3(s*z)
f3 = R3(s*z**2)
print vector(f1)

Spins off into 100% CPU land.

Component: basic arithmetic

Keywords: polynomial rings vector

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

@williamstein williamstein added this to the sage-2.8.2 milestone Aug 18, 2007
@williamstein
Copy link
Contributor

comment:2

fixed for sage-2.8.2 by William

tobiasdiez pushed a commit to tobiasdiez/sage that referenced this issue Feb 22, 2024
* Fix version placeholder for source url when fetching the package from github

* Consider when the package is being loaded from local dist
mkoeppe added a commit to mkoeppe/sage that referenced this issue Nov 11, 2024
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

1 participant