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

wittOverringToTuple -- Converts an element of the explicit overring of a Witt ring into a tuple.

Description

Given an element r of a ring OR, which must be obtained as OR = wittOverring(n,R), this returns the corresponding tuple of W

i1 : R = ZZ/5[x]

o1 = R

o1 : PolynomialRing
i2 : W = witt(2,R)

o2 = Witt (R)
         2

o2 : WittPolynomialRing
i3 : OR = wittOverring(2,R)

o3 = OR

o3 : QuotientRing
i4 : w = OR_0^5

      5
o4 = T
      1

o4 : OR
i5 : wittOverringToTuple(w)

o5 = {x, 0}

o5 : WittRingElement

Ways to use wittOverringToTuple:

  • wittOverringToTuple(RingElement) (missing documentation)

For the programmer

The object wittOverringToTuple is a method function.


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