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

makeGWClass -- the Grothendieck-Witt class of a symmetric matrix

Description

Given a symmetric matrix M, this command outputs an object of type GrothendieckWittClass. This output has the representing matrix M and the base field of the matrix stored in its CacheTable.

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

             2      2
o2 : Matrix R  <-- R
i3 : beta = makeGWClass M

o3 = | 1 2 |
     | 2 x |

o3 : GrothendieckWittClass

See also

Ways to use makeGWClass:

  • makeGWClass(Matrix)

For the programmer

The object makeGWClass is a method function.


The source of this document is in A1BrouwerDegrees/Documentation/GrothendieckWittClassesDoc.m2:86:0.