Ticket #594 (closed enhancement: fixed)
Teach the MAGMA interface how to handle GF(q) conversions
| Reported by: | malb | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.4 |
| Component: | interfaces | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
The attached patch implements conversion to/from MAGMA polynomials over non-prime finite fields.
Attachments
Change History
comment:1 Changed 6 years ago by malb
Forgot to mention:
- please review carefully, this includes a change to SageObject? and FiniteField?
- 'make test' passes (didn't try optional because I don't have all optional packages installed)
comment:2 follow-up: ↓ 3 Changed 6 years ago by was
The patch adds a couple of debug print statements, e.g.,
+ print "INPUT",x
Note: See
TracTickets for help on using
tickets.

