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

Function

Matrix ( elt-ord^rat n, seq(elt-rng) Q ) -> elt-alg^mat

Description

The (#Q / n) by n matrix whose entries are those of Q, in row-major order.

Examples

Matrix(4,Sequence([1,2,3,4]));
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group