next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
ConformalBlocks :: coefficientList

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 M0,n in the standard basis.

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

o1 = SymmetricDivisorM0nbar{2 => 2             }
                            3 => 3
                            NumberOfPoints => 6

o1 : SymmetricDivisorM0nbar
i2 : coefficientList(D)

o2 = {2, 3}

o2 : List

See also

Ways to use coefficientList :