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

Function

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

Description

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

Examples

x_M:= Matrix(Q,3,3,[3,2,1,2,5,3,1,0,0]);x_N:= Matrix(Q,3,3,[1,2,0,5,4,3,1,8,0]); HorizontalJoin(x_M,x_N);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group