totalBetti(d,n,b)
This is a hash table for the total numbers of $\mathcal{O}(b)$ under the embedding by $\mathcal{O}(d)$. The keys of the hash table $H$ are pairs $(p,q)$ where $H#(p,q)$ gives the rank of $K_{p,q}(\mathbb{P}^n, d;b)$. This equals the Betti number $\beta_{p,p+q}(d,\mathbb{P}^n,b)$.Some tables are incomplete and we mark unknown entries with infinity.
Note that totalBetti differs from totalBettiTally only in that the output is a hash table instead of a Betti tally. One can convert the output of totalBetti into a Betti tally via the makeBettiTally function.
In example below we generate a hash table showing the total graded Betti numbers of $\mathbb{P}^{2}$ embedded by $\mathcal{O}(3)$.
|
If we wish to view these graded Betti numbers in the usual fashion, we can use makeBettiTally to convert the hash table above to a Betti tally.
|
The object totalBetti is a method function.