|
By Kardi Teknomo, PhD.

<Next | Previous | Index>
Matrix vertical concatenation is an operation to join two sub matrices vertically into one matrix.
Example
 
Vertical concatenation of the two matrices is adjoining matrix to matrix to produce augmented matrix

When we concatenate vertically, the number of columns of the two input matrices must be the equal.
The interactive program below produces vertical concatenation of the two input matrices. Your input matrices must have the same number of columns. Random Example will generate random matrices at the proper size. Experiment with your own input matrices to gain more understanding about matrix augmentation.
See also: matrix horizontal concatenation
<Next | Previous | Index>
Rate this tutorial or give your comments about this tutorial
This tutorial is copyrighted.
Preferable reference for this tutorial is
Teknomo, Kardi (2011) Linear Algebra tutorial. http:\\people.revoledu.com\kardi\
tutorial\LinearAlgebra\ |