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

expectChainRing -- accepts rings of the form R[d]/d^2

Synopsis

Description

Specifically, Q should have exactly one generator over its coefficient ring, and that generator should square to zero. There is no restriction on the degree of the generator.

i1 : Q = QQ[d]/d^2;
i2 : expectChainRing Q

Ways to use expectChainRing:

For the programmer

The object expectChainRing is a method function.