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

Function

MatrixUnit ( alg^mat A, elt-ord^rat i, elt-ord^rat j ) -> elt-alg^mat

Description

The matrix unit E(i, j) in the matrix algebra A.

Examples

x_ma := MatrixAlgebra(Q,3); x_a:=2; x_b:=3; MatrixUnit(x_ma,x_a,x_b);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group