Macaulay2 » Documentation
Packages » DGAlgebras » Building DG algebras from existing DG algebras » restrictDifferential
next | previous | forward | backward | up | index | toc

restrictDifferential -- Synonym for subDGAlgebra, named to match the restricted-differential vocabulary

Description

Calls directly into subDGAlgebra. The two are interchangeable; restrictDifferential is provided so that calling code emphasizing the restricted-differential aspect reads more naturally.

i1 : R = QQ[x, y] / ideal(x^2, y^2)

o1 = R

o1 : QuotientRing
i2 : A = koszulComplexDGA R

o2 = {Ring => R                          }
      Underlying algebra => R[T   ..T   ]
                               1,1   1,2
      Differential => {x, y}

o2 : DGAlgebra
i3 : B = restrictDifferential(A, {0})

o3 = {Ring => R                    }
      Underlying algebra => R[T   ]
                               1,1
      Differential => {x}

o3 : DGAlgebra
i4 : numgens B.natural

o4 = 1

See also

Ways to use restrictDifferential:

  • restrictDifferential(DGAlgebra,List)

For the programmer

The object restrictDifferential is a method function with options.


The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/DGAlgebras/doc.m2:6622:0.