Start interface to Macaulay2

I did this to try out Macaulay2's "triangularize" function, but that
turns out to use Maple for rings with more than three variables.
This commit is contained in:
Aaron Fenyes 2024-02-16 12:47:06 -08:00
parent 3170a933e4
commit 74529048de
3 changed files with 64 additions and 36 deletions

View file

@ -0,0 +1,3 @@
needsPackage "TriangularSets"
mprod = (v, w) -> (v#0*w#1 + w#0*v#1) / 2 - v#2*w#2 - v#3*w#3 - v#4*w#4