Ticket #13796 (closed defect: fixed)
fix small bug in Steenrod algebra multiplication
| Reported by: | jhpalmieri | Owned by: | AlexGhitza |
|---|---|---|---|
| Priority: | major | Milestone: | sage-5.6 |
| Component: | algebra | Keywords: | steenrod algebra |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | André Apitzsch |
| Authors: | John Palmieri | Merged in: | sage-5.6.beta1 |
| Dependencies: | Stopgaps: |
Description
The attached one-line patch (plus doctests) fixes a small bug in multiplication in the Steenrod algebra. It should be easy to review even if you don't know anything about the Steenrod algebra; the code should have defined "F" to be "GF(p)", but it didn't, so "F" is not defined, so it causes an error.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

