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

Type

elt-alg^mat

Description

The type of matrices

Examples

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