next | previous | forward | backward | up | top | index | toc | Macaulay2 website
ExactCouples :: expectTriangleRing

expectTriangleRing -- accepts certain rings of the form R[d,e,f]/(d^2, e^3)

Synopsis

Description

Specifically, Q should have exactly three generators over its coefficient ring, with $d^2 = e^3 = 0$. The degree of $d$ must equal the degree of $e^2f$.

i1 : Q = triangleRing(QQ, d, e, f)

o1 = Q

o1 : QuotientRing
i2 : expectTriangleRing Q

See also

Ways to use expectTriangleRing:

For the programmer

The object expectTriangleRing is a method function.