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

Function

AbsoluteDegree ( ord^num O ) -> elt-ord^rat

Description

The absolute degree of the order O or algebraic field F.

Examples

x_R := PolynomialAlgebra( IntegerRing() ); x_x := Generator(x_R, 1); x_O := MaximalOrder(x_x^2 - 18); x_a := Element(x_O, [0,1] ); x_Ox := PolynomialAlgebra( x_O ); x_x := Generator(x_Ox, 1); x_OO := MaximalOrder( x_x^3 - 27*x_a ); AbsoluteDegree(x_OO);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group