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

Function

Differential ( elt-ord^fun a ) -> elt-dif/fld^fun

Description

Create the differential d(a).

Examples

x_k := FiniteField(2); x_kx := PolynomialAlgebra(x_k); x_kxy := PolynomialAlgebra(x_kx); x_f:= x_kxy.1^2 + x_kxy.1 + x_kx.1^3 + x_kx.1 + 1; x_F:=FunctionField(x_f); x_o:=MaximalOrderFinite(x_F); x_el:=Element(x_o,[1,1]); Differential(x_el);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group