-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathschur
31 lines (22 loc) · 1.19 KB
/
schur
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
-*- M2 -*-
Title: Schur polynomials
Description:
An M2 package for the ring of symmetric polynomials: Elementary symmetric,
Schur polynomials, complete symmetric, Jacobi-Trudi formula, Kostka numbers,
Hall-Littlewood functions, zonal polynomials, or Jack symmetric polynomials,
etc. So essentially different orthogonal bases (for the various scalar
products) for the ring of symmetric functions, and their algebra
(e.g. conversion from one basis to another, compute coefficients). Part of this
might already exist in the Schur.m2 M2 package, and the whole would
duplicate/port to some extent what is available from Stembridge's package in
Maple. It would also be useful for the Schubert project above...
--Mike, March, 2008: Schur rings are implemented in the engine. There is an M2 package
--called "SchurRings" in M2/Macaulay2/packages/SchurRings.m2, written by
--Schenck and Stillman. It's almost working.
=============================================================================
Proposed by: Sorin Popescu <sorin@math.sunysb.edu>
Potential Advisor: Mike Stillman
Project assigned to: Mike
Current status:
=============================================================================
Progress log: