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

Function


Description

The greatest common divisor of divisors D1 and D2 of a function field.

Examples

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