This function produces the matrix of intersection numbers between the standard basis of $S_n$ symmetric divisors and the most popular basis of $S_n$ symmetric F curves. Specifically, the i,j-th entry of the matrix is $F_{n-i-2,i,1,1} . B_j$. This matrix can be used for instance to write a divisor in the standard basis if its intersection numbers with the F curves are known. See [AGSS] Section 4 for explicit formulas.
These intersection numbers are integers, but we create the matrix over the rational numbers so that Macaulay2 will invert it correctly if we want to do so later.
In the example below, we use this function to find the divisor class of an $S_{12}$ symmetric divisor $D$ on $\bar{M}_{0,12}$ such that $D . F_{1,1,i,12-i-2} = 1$ if $i=0$, and 0 otherwise. Then we check that $D$ has the correct intersection numbers.
|
|
|
|
|
|
The object FdotBjIntMat is a method function.