jackpolynomials-1.2.2.0: Jack, zonal, Schur and skew Schur polynomials
Copyright(c) Stéphane Laurent 2024
LicenseGPL-3
Maintainerlaurent_step@outlook.fr
Safe HaskellSafe-Inferred
LanguageHaskell2010

Math.Algebra.Jack

Description

Evaluation of Jack polynomials, zonal polynomials, Schur polynomials and skew Schur polynomials. See README for examples and references.

Synopsis

Documentation

jack' Source #

Arguments

:: [Rational]

values of the variables

-> Partition

partition of integers

-> Rational

Jack parameter

-> Char

which Jack polynomial, J, C, P or Q

-> Rational 

Evaluation of Jack polynomial

zonal' Source #

Arguments

:: [Rational]

values of the variables

-> Partition

partition of integers

-> Rational 

Evaluation of zonal polynomial

schur' Source #

Arguments

:: [Rational]

values of the variables

-> Partition

partition of integers

-> Rational 

Evaluation of Schur polynomial

skewSchur' Source #

Arguments

:: [Rational]

values of the variables

-> Partition

the outer partition of the skew partition

-> Partition

the inner partition of the skew partition

-> Rational 

Evaluation of a skew Schur polynomial

jack Source #

Arguments

:: forall a. (Eq a, C a) 
=> [a]

values of the variables

-> Partition

partition of integers

-> a

Jack parameter

-> Char

which Jack polynomial, J, C, P or Q

-> a 

Evaluation of Jack polynomial

zonal Source #

Arguments

:: (Eq a, C a) 
=> [a]

values of the variables

-> Partition

partition of integers

-> a 

Evaluation of zonal polynomial

schur Source #

Arguments

:: forall a. C a 
=> [a]

values of the variables

-> Partition

partition of integers

-> a 

Evaluation of Schur polynomial

skewSchur Source #

Arguments

:: forall a. (Eq a, C a) 
=> [a]

values of the variables

-> Partition

the outer partition of the skew partition

-> Partition

the inner partition of the skew partition

-> a 

Evaluation of a skew Schur polynomial