D.3.1.2 concat
Procedure from library
matrix.lib
(see
matrix_lib
).
Usage:
concat(A1,A2,..); A1,A2,... matrices
Return:
matrix, concatenation of A1,A2,.... Number of rows of result matrix is max(nrows(A1),nrows(A2),...)
Example:
User manual for
Singular
version 3-1-6, Dec 2012, generated by
texi2html
.