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

getAlgebra -- returns the algebra over which a stable or unstable Grothendieck-Witt class is defined

Description

Given a GrothendieckWittClass or UnstableGrothendieckWittClass object beta, this method returns the algebra over which the Grothendieck-Witt class is defined. This algebra is either a field or a finite étale algebra over a field.

i1 : R = QQ[x]/(x^2 + 1);
i2 : beta = makeGWClass matrix(R, {{1,2},{2,x}});
i3 : getAlgebra beta

o3 = R

o3 : QuotientRing

See also

Ways to use getAlgebra:

  • getAlgebra(GrothendieckWittClass)
  • getAlgebra(UnstableGrothendieckWittClass)

For the programmer

The object getAlgebra is a method function.


The source of this document is in A1BrouwerDegrees/Documentation/UnstableGrothendieckWittClassesDoc.m2:153:0.