cyjax.donaldson.monomial_basis#

cyjax.donaldson.monomial_basis(dim_proj, degree)#

Return monomial basis as power matrix.

The output specifies powers \(P_{ij}\) such that all monomials of degree self.degree on \(\mathbb{C}^{\mathrm{dim_proj}+1}\) are given by

\[s_i(z) = \prod_j z_j^{P_{ij}} \,.\]
Returns:

A 2d array where each row gives the power of each of the coordinates.

See Also: monomial_basis_indices()