#10333: An interface to Anders Buch's Littlewood-Richardson Calculator 
``lrcalc``
----------------------------------------------+-----------------------------
   Reporter:  mhansen                         |          Owner:  sage-combinat  
                                               
       Type:  enhancement                     |         Status:  needs_review   
                                               
   Priority:  major                           |      Milestone:  sage-4.7.1     
                                               
  Component:  combinatorics                   |       Keywords:  spkg package, 
Schubert calculus, Littlewood-Richardson, days30
Work_issues:                                  |       Upstream:  N/A            
                                               
   Reviewer:  Nicolas Thiery, Anne Schilling  |         Author:  Mike Hansen, 
Anders Buch, Nicolas Thiery, Anne Schilling      
     Merged:                                  |   Dependencies:                 
                                               
----------------------------------------------+-----------------------------
Description changed by nthiery:

Old description:

> There is an spkg at
> http://sage.math.washington.edu/home/mhansen/lrcalc-1.1.4.spkg

New description:

 An interface to Anders Buch's Littlewood-Richardson Calculator ``lrcalc``

 The "Littlewood-Richardson Calculator" is a C library for fast
 computation of Littlewood-Richardson (LR) coefficients and products of
 Schubert polynomials. It handles single LR coefficients, products of
 and coproducts of Schur functions, skew Schur functions, and
 fusion products. All of the above are achieved by counting LR
 (skew)-tableaux (also called Yamanouchi (skew)-tableaux) of
 appropriate shape and content by iterating through them.
 Additionally, ``lrcalc`` handles products of Schubert polynomials.

 The web page of ``lrcalc`` is: http://math.rutgers.edu/~asbuch/lrcalc/

 Here is a short extract of the doc:

 {{{
 EXAMPLES::

     sage: import sage.libs.lrcalc.lrcalc as lrcalc

 Compute a single Littlewood-Richardson coefficient::

     sage: lrcalc.lrcoef([3,2,1],[2,1],[2,1])              #optional -
 lrcalc
     2

 Compute a product of Schur functions; return the coefficients in the Schur
 expansion::

     sage: lrcalc.mult([2,1], [2,1])                       #optional -
 lrcalc
     {[3, 3]: 1, [4, 2]: 1, [3, 1, 1, 1]: 1, [4, 1, 1]: 1, [2, 2, 2]: 1,
 [3, 2, 1]: 2, [2, 2, 1, 1]: 1}
 }}}

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10333#comment:10>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to