Macaulay2 » Documentation
Packages » Cyclotomic :: findRootPower
next | previous | forward | backward | up | index | toc

findRootPower -- Find the order of the root in the coefficients of polynomial ring over a cyclotomic field

Synopsis

Description

i1 : S = cyclotomicField 5

o1 = S

o1 : PolynomialRing
i2 : T = S[x,y]

o2 = T

o2 : PolynomialRing
i3 : findRootPower T

o3 = 5

See also

For the programmer

The object findRootPower is a function closure.