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

Evaluating the order of an ideal class fails #11629

Closed
chriswuthrich opened this issue Jul 26, 2011 · 4 comments
Closed

Evaluating the order of an ideal class fails #11629

chriswuthrich opened this issue Jul 26, 2011 · 4 comments

Comments

@chriswuthrich
Copy link
Contributor

The following does not work

sage: K.<t> = NumberField(x^5-9*x^4+22*x-71)
sage: v = K.ideal(2, t^3 - 8*t^2 - 7*t - 3)
sage: c = K.class_group()(v)
sage: c.order()

giving a type-error. While it should give back 3.

Component: number fields

Keywords: class group

Reviewer: Francis Clarke

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

@chriswuthrich
Copy link
Contributor Author

comment:1

As aconsequence, one can not do c^4.

@sagetrac-fwclarke
Copy link
Mannequin

sagetrac-fwclarke mannequin commented Jul 27, 2011

comment:2

The problem was sorted out in #11234, which was merged in sage-4.7.1.alpha0. So I think this ticket can be closed as a duplicate.

@loefflerd
Copy link
Mannequin

loefflerd mannequin commented Jul 27, 2011

Reviewer: Francis Clarke

@loefflerd loefflerd mannequin added the s: needs review label Jul 27, 2011
@loefflerd
Copy link
Mannequin

loefflerd mannequin commented Jul 27, 2011

comment:4

Yes, this is fixed. Release manager: please close as duplicate.

@jdemeyer jdemeyer removed this from the sage-4.7.2 milestone Aug 17, 2011
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