Macaulay2 » Documentation
Packages » A1BrouwerDegrees :: getBaseField
next | previous | forward | backward | up | index | toc

getBaseField -- the base field of a Grothendieck-Witt class

Synopsis

Description

Given the isomorphism class of a symmetric bilinear form, beta, this command outputs the base field of the form.

i1 : beta = makeGWClass matrix(QQ, {{0,2},{2,0}});
i2 : getBaseField beta

o2 = QQ

o2 : Ring

See also

Ways to use getBaseField:

For the programmer

The object getBaseField is a method function.