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

Type

alg^mat

Description

The type of matrix algebras

Examples

x_ma := MatrixAlgebra(Q,3); Type(x_ma);
x_m := Matrix(Z,2,2,[2,-3,5,7]); x_ma := Parent(x_m); Type(x_ma);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group