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

transferGW -- the transfer of Grothendieck-Witt from an étale algebras to a base field

Description

Given a finite étale algebra $L/k$ and a Grothendieck-Witt class, $\beta$ in $\text{GW}(L)$, computes the image of $\beta$ under the canonical map $\text{GW}(L)\to\text{GW}(k)$ for a finite étale algebra $L/k$.

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

o3 = | 2 0  |
     | 0 -8 |

o3 : GrothendieckWittClass

See also

Ways to use transferGW:

  • transferGW(GrothendieckWittClass)

For the programmer

The object transferGW is a method function.


The source of this document is in A1BrouwerDegrees/Documentation/GWTransferDoc.m2:25:0.