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

Function

DiagonalJoin ( seq(elt-alg^mat) Q ) -> elt-alg^mat

Description

Given a sequence or tuple Q of matrices over the same coefficient ring, return the diagonal block joining of the elements of Q.

Examples

x_M := Matrix(Z,2,2,[2,7,1,4]);x_N := Matrix(Z,2,2,[5,9,1,2]); DiagonalJoin([x_M,x_N]);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group