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
|
The object coefficientList is a method function.