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

Function

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

Description

Returns the T_2-norm of a.

Examples

x_R := PolynomialAlgebra( IntegerRing() ); x_x := Generator(x_R, 1); x_O := EquationOrder(x_x^2 - 18); x_a := Generator(x_O, 2); T2Norm(x_a);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group