#9751 closed defect (fixed)
Documentation for AdditiveMagmas' addition_table
Reported by: | rbeezer | Owned by: | nthiery |
---|---|---|---|
Priority: | minor | Milestone: | sage-4.8 |
Component: | categories | Keywords: | additive magma multiplication |
Cc: | Merged in: | sage-4.8.alpha3 | |
Authors: | Rob Beezer | Reviewers: | Florent Hivert |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
When addition_table() was added to AdditiveMagmas
there were scant examples of additive structures with finite closed subsets. So there was (temporarily) very little documentation.
With the addition of integers mod n to the category framework in ticket #8562, we can document and test some additive structures. This patch is all documentation - no code, and modeled after the documentation for multiplication_table() for Magmas
.
Attachments (1)
Change History (5)
Changed 12 years ago by
comment:1 Changed 12 years ago by
- Description modified (diff)
- Status changed from new to needs_review
comment:2 Changed 11 years ago by
- Keywords additive magma multiplication added
- Reviewers set to Florent Hivert
- Status changed from needs_review to positive_review
comment:3 Changed 11 years ago by
- Merged in set to sage-4.8.alpha3
- Resolution set to fixed
- Status changed from positive_review to closed
comment:4 Changed 11 years ago by
Florent,
Just back from some time away - thanks for the review on this one!
Rob
Note: See
TracTickets for help on using
tickets.
This patch contains a very nice documentation page and that would be a shame not including it into sage. Ready to go.
Florent