Opened 12 years ago
Closed 12 months ago
#8578 closed defect (invalid)
method int_repr only works for small finite fields
Reported by: | mvngu | Owned by: | AlexGhitza |
---|---|---|---|
Priority: | minor | Milestone: | sage-duplicate/invalid/wontfix |
Component: | algebra | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | Dave Morris | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
From sage-devel:
For a finite field of, say 2^6 elements, an object representing an element of such a field has a method called int_repr() that returns the object's integer representation. However, if we are dealing with, say GF(7^100), an object representing an element of such a field doesn't have a corresponding int_repr() method. The report below includes such a method, which is meant to work for a finite field of any order.
Change History (8)
comment:1 Changed 9 years ago by
- Milestone changed from sage-5.11 to sage-5.12
comment:2 Changed 8 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:3 Changed 8 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:4 Changed 8 years ago by
- Milestone changed from sage-6.3 to sage-6.4
comment:5 Changed 6 years ago by
comment:6 Changed 15 months ago by
- Milestone changed from sage-6.4 to sage-duplicate/invalid/wontfix
- Priority changed from major to minor
- Reviewers set to Dave Morris
- Status changed from new to needs_review
Duplicate of #31605.
comment:7 Changed 15 months ago by
- Status changed from needs_review to positive_review
comment:8 Changed 12 months ago by
- Resolution set to invalid
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Apparently this is still an issue, see this stack overflow question.