Ticket #5457 (new enhancement)
Refactor symmetric functions
| Reported by: | nthiery | Owned by: | mhansen |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.5.3 |
| Component: | combinatorics | Keywords: | |
| Cc: | sage-combinat | Author(s): | |
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description (last modified by nthiery) (diff)
Refactor symmetric functions to:
- use a single entry point, as in MuPAD-Combinat. Something like:
- S = SymmetricFunctions?(field)
- S.schur
- S.jack(t).P
- S.macdonald(t,q).Q
- S.kSchur(3).H
- use the coercion framework
- use the category framework
See also:http://groups.google.com/group/sage-devel/msg/a49f3288fca1b75c
Change History
Note: See
TracTickets for help on using
tickets.
