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

Function

MultiplicationTable ( ord^fun O ) -> seq()

Description

The multiplication table of an order with respect to its basis.

Examples

x_QX := PolynomialAlgebra(Q); x_QY := PolynomialAlgebra(x_QX); x_f := x_QY.1^4 - 11; x_ff := FunctionField(x_f); MultiplicationTable(MaximalOrderFinite(x_ff));
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group