linalg[stackmatrix] - join two or more matrices together vertically
|
Calling Sequence
|
|
stackmatrix(A, B,...)
|
|
Parameters
|
|
A, B, ...
|
-
|
matrices or vectors
|
|
|
|
|
Description
|
|
•
|
The function stackmatrix joins two or more matrices or vectors together vertically, where a vector is interpreted as a row vector. The matrices and vectors must have the same number of columns.
|
•
|
The command with(linalg,stackmatrix) allows the use of the abbreviated form of this command.
|
|
|
Download Help Document
Was this information helpful?