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

relativize in number fields is broken #9408

Closed
lftabera opened this issue Jul 2, 2010 · 4 comments
Closed

relativize in number fields is broken #9408

lftabera opened this issue Jul 2, 2010 · 4 comments

Comments

@lftabera
Copy link
Contributor

lftabera commented Jul 2, 2010

Does not work due to denominators:

sage: K.<a> = NumberField(x^4-4*x^3+12*x^2-16*x+8)
sage: L.<u,v> = K.relativize(3*a**3 - 9*a**2 + 24*a -16)  # OK
sage: L2.<u2,v2> = K.relativize((3/4)*a**3 - (9/4)*a**2 + 6*a -4)

Simpler example:

sage: L.<a,b> = QQ[i].relativize(1) # OK
sage: L.<a,b> = QQ[i].relativize(1/2)
...
TypeError: Unable to coerce number field defined by non-integral polynomial to PARI.

This is in some sense a duplicate of #252.

Depends on #252

Component: number fields

Keywords: relativize

Reviewer: Luis Felipe Tabera Alonso

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

@lftabera
Copy link
Contributor Author

lftabera commented Jul 6, 2010

comment:1

This ticket should be closed as duplicate of #252

@jdemeyer
Copy link

Dependencies: #252

@jdemeyer

This comment has been minimized.

@jdemeyer
Copy link

Reviewer: Luis Felipe Tabera Alonso

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

2 participants