74529048de
I did this to try out Macaulay2's "triangularize" function, but that turns out to use Maple for rings with more than three variables.
3 lines
102 B
Plaintext
3 lines
102 B
Plaintext
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 |