Macaulay2 » Documentation
Packages » ConformalBlocks :: coefficientList
next | previous | forward | backward | up | index | toc

coefficientList -- the coefficients of a symmetric divisor D in the standard basis

Synopsis

Description

This function returns a list of the coefficients of a symmetric divisor on $\bar{M}_{0,n}$ in the standard basis.

i1 : D=symmetricDivisorM0nbar(6,2*B_2+3*B_3)

o1 = 2*B  + 3*B
        2      3

o1 : S_6-symmetric divisor on M-0-6-bar
i2 : coefficientList(D)

o2 = {2, 3}

o2 : List

See also

Ways to use coefficientList :

For the programmer

The object coefficientList is a method function.