HallInnerProduct {qspray} | R Documentation |
Hall inner product
Description
Hall inner product of two symmetric polynomials. It has a
parameter alpha
and the standard Hall inner product is the case
when alpha=1
. It is possible to get the Hall inner product with
a symbolic alpha
parameter.
Usage
HallInnerProduct(qspray1, qspray2, alpha = 1)
Arguments
qspray1 , qspray2 |
two symmetric |
alpha |
parameter equal to |
Value
A bigq
number if alpha
is not NULL
, otherwise
a univariate qspray
polynomial.
[Package qspray version 3.1.0 Index]