Macaulay2 » Documentation
Packages » WittVectors :: wittIdeal
next | previous | forward | backward | up | index | toc

wittIdeal -- Make an ideal in a Witt ring.

Description

This method builds a wittIdeal from a list or sequence of WittRingElements. Passing a WittRingElement alone gives the principal ideal generated by that WittRingElement.

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

                      2   2     3   3
o6 = ideal ({x, y}, {x , y }, {x , y })

o6 : WittIdeal

Ways to use wittIdeal:

  • wittIdeal(List)
  • wittIdeal(Sequence)
  • wittIdeal(WittRingElement)

For the programmer

The object wittIdeal is a method function with a single argument.


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