Macaulay2 » Documentation
Packages » DGAlgebras :: natural
next | previous | forward | backward | up | index | toc

natural -- The underlying algebra of a DGAlgebra.

Synopsis

Description

i1 : R = ZZ/101[a,b,c,d]

o1 = R

o1 : PolynomialRing
i2 : A = koszulComplexDGA(R)

o2 = {Ring => R                      }
      Underlying algebra => R[T ..T ]
                               1   4
      Differential => {a, b, c, d}

o2 : DGAlgebra
i3 : A.natural

o3 = R[T ..T ]
        1   4

o3 : PolynomialRing, 4 skew commutative variable(s)

For the programmer

The object natural is a symbol.