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

Function

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

Description

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

Examples

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