getBaseField beta
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
The object getBaseField is a method function.