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

Function

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

Description

The m by n matrix whose entries are those of Q, in row-major order.

Examples

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