totalBettiTally(d,n,b)
This function returns a Betti tally for the total graded Betti numbers of $\mathcal{O}(b)$ under the embedding by $\mathcal{O}(d)$. Some tables are incomplete and we mark unknown entries with infinity.
Note that totalBettiTally differs from totalBetti only in that the output is a Betti tally instead of a hash table.
In example below we generate a hash table showing the total graded Betti numbers of $\mathbb{P}^{2}$ embedded by $\mathcal{O}(3)$.
|
We can also produce the Betti tables of the pushforwards of line bundles. For instance, the following example computes the Betti table of the pushforward of $\mathcal{O}(1)$ under the 3-uple embedding.
|
The object totalBettiTally is a method function.