An exterior algebra is a polynomial ring $R$ where multiplication of the variables obeys the commutation relation $xy = (-1)^{\textrm{deg}(x) \textrm{deg}(y)}yx$. One notable consequence of this is that if $\textrm{deg}(x)$ is odd, then $x^2 = 0$.
Here, $\textrm{deg}(x)$ is the degree of $x$ - or the first degree of $x$ in case $R$ is multi-graded. By default, the degree of each variable in a polynomial ring is 1, so in this case we have the simple rule $xy = -yx$ for multiplying variables.
Create an exterior algebra with explicit generators by creating a polynomial ring with the option SkewCommutative.
|
|
|
|
|
You can declare that only a subset of the variables are skew-commutative.
|
|
|
|
The degree of the variables can be specified just as in the commutative case.
|
|
|
|
|
As usual in Macaulay2, matrices are actually matrices over $R^\textrm{op}$ and so matrix arithmetic over exterior algebras is slightly different from what you see in the commutative case.
|
|
|
|
See right modules or left modules? for more details.
You may compute Gröbner bases, syzygies, and form quotient rings of these skew commutative rings. Warning that quotienting by an ideal which is not a 2-sided ideal will produce quotient ring where multiplication is not well defined on coset representatives.
|
|
|
|
The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/Macaulay2Doc/ov_rings.m2:1307:0.