macaulay2

Interface to macaulay2.

sage_acsv.backends.macaulay2.compute_groebner_basis(ideal)[source]

Return a Groebner basis of an ideal, computed via Macaulay2.

INPUT:

  • ideal - A polynomial ideal

sage_acsv.backends.macaulay2.compute_primary_decomposition(ideal)[source]

Return the primary decomposition of an ideal, computed via Macaulay2.

INPUT:

  • ideal - A polynomial ideal

sage_acsv.backends.macaulay2.compute_radical(ideal)[source]

Return the radical of an ideal, computed via Macaulay2.

INPUT:

  • ideal - A polynomial ideal