Macaulay2 » Documentation
Packages » Schubert2 :: adams(ZZ,RingElement)
next | previous | forward | backward | up | index | toc

adams(ZZ,RingElement) -- compute Adams operations

Description

i1 : X = abstractVariety(3, QQ[c,d,e,Degrees=>{1,2,3}])

o1 = X

o1 : an abstract variety of dimension 3
i2 : adams(3, 1 + c + d + e)

o2 = 1 + 3c + 9d + 27e

o2 : QQ[c..e]

Ways to use this method:


The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/Schubert2.m2:1857:0.