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

generators(WittIdeal) -- Extract the generators of a WittIdeal.

Description

Returns the generators of the WittIdeal. Please note these are returned as a list, as opposed to a matrix.

i1 : R = GF(3)[x,y];
i2 : WR = witt(2, R);
i3 : w1 = witt{x,y};
i4 : w2 = witt{x^2,y^2};
i5 : WI = wittIdeal(w1, w2);
i6 : generators(WI)

                2   2
o6 = {{x, y}, {x , y }}

o6 : List

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:997:0.