Macaulay2 » Documentation
Packages » WittVectors :: explicit(WittIdeal)
next | previous | forward | backward | up | index | toc

explicit(WittIdeal) -- Obtains the explicit version of a WittIdeal.

Description

If WR is a WittPolynomialRing or WittQuotientRing, and WI is an WittIdeal in WR, explicit(WI) gives the ideal corresponding to WI in explicit(WR)

i1 : R := (ZZ/2)[x,y];
i2 : w1 := witt{x,y};
i3 : w2 := witt{x^2, y^2};
i4 : I := wittIdeal(w1, w2)

                      2   2
o4 = ideal ({x, y}, {x , y })

o4 : WittIdeal

Ways to use this method:


The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/WittVectors/Documentation.m2:838:0.