next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Macaulay2Doc :: ambient(GaloisField)

ambient(GaloisField) -- corresponding quotient ring

Synopsis

Description

description
i1 : F = GF(25,Variable=>a)

o1 = F

o1 : GaloisField
i2 : ambient F

        ZZ
        --[a]
         5
o2 = ----------
      2
     a  - a + 2

o2 : QuotientRing

Ways to use this method: