TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Function

RiemannRochSpace ( elt-dvs/fld^fun D ) -> mdl/fld, map()

Optional Arguments

Resultselt-ord^rat1 <= Results <= 2

Description

A vector space and the isomorphism from this space to the Riemann-Roch space of the divisor D.

Examples

x_gf3:=FiniteField(3); x_gf3x:=PolynomialAlgebra(x_gf3); x_gf3xy:=PolynomialAlgebra(x_gf3x); x_f:=x_gf3xy.1^2+1; x_F:=FunctionField(x_f); x_O:=MaximalOrderFinite(x_F); x_p:=PrimitiveElement(x_O); x_D:=Divisor(x_p); RiemannRochSpace(x_D);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group