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

Function

AbsoluteLogarithmicHeight ( elt-ord^num a ) -> elt-fld^rea

Description

The absolute logarithmic height of a.

Examples

x_R := PolynomialAlgebra( IntegerRing() ); x_x := Generator(x_R, 1); x_O := MaximalOrder(x_x^2 - 23); x_a := Element(x_O, [0,1] ); x_h := AbsoluteLogarithmicHeight(x_a); Exp(x_h)^2;
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group