| |||||||||||||
KASH3 Reference Manual | |||||||||||||
| |||||||||||||
FunctionAbsoluteLogarithmicHeight
(
elt-ord^num a
)
->
elt-fld^rea
DescriptionExamplesx_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 mackThe KANT Group |