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

Function

DiagonalJoin ( elt-alg^mat X, elt-alg^mat Y ) -> elt-alg^mat

Description

Given matrices X and Y over the same coefficient ring, return the diagonal block joining of X and Y.

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