Opened 8 years ago
Closed 8 years ago
#14237 closed enhancement (fixed)
Implements coproduct, antipode and counit in k_dual.py
Reported by: | zabrocki | Owned by: | Mike Zabrocki |
---|---|---|---|
Priority: | minor | Milestone: | sage-5.10 |
Component: | combinatorics | Keywords: | coproduct, symmetric functions, antipode |
Cc: | aschilling, saliola, chrisjamesberg | Merged in: | sage-5.10.beta5 |
Authors: | Mike Zabrocki | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | #14228 | Stopgaps: |
Description (last modified by )
The coalgebra and Hopf structure of the k-bounded quotient were not previously implemented. Ticket #14161 adds a test for the antipode in Hopf algebras which will require these methods.
Apply
- trac_14237_hopf_kdual-mz.patch
- trac_14237-hopf_kdual-review-ts.patch
- trac_14237_change_two_words-mz.patch
Attachments (3)
Change History (9)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
- Dependencies set to #14228
Changed 8 years ago by
comment:3 Changed 8 years ago by
- Status changed from new to needs_review
This version applies on #14228 and cleans up the k_dual.py file a bit.
Changed 8 years ago by
comment:4 Changed 8 years ago by
- Reviewers set to Travis Scrimshaw
Hey Mike,
I've uploaded a review patch which does some tweaks to the doc. If you're happy with my changes, you can set this to positive review.
Best,
Travis
Changed 8 years ago by
comment:5 Changed 8 years ago by
- Description modified (diff)
- Status changed from needs_review to positive_review
I completely forgot these tickets were here. I changed a couple of words because I thought the comment in the documentation that I wrote was unclear.
comment:6 Changed 8 years ago by
- Merged in set to sage-5.10.beta5
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
This ticket may have an impact on #13991. It will certainly add more tests to k_dual.py, but I hope changes to this file will improve performance rather than degrade it.