By Kardi Teknomo, PhD .
LinearAlgebra

< Next | Previous | Index >

Matrix Vertical Concatenation

Matrix vertical concatenation is an operation to join two sub matrices vertically into one matrix.

Example
Vertical Concatenation Vertical Concatenation


Vertical concatenation of the two matrices is adjoining matrix Vertical Concatenation to matrix Vertical Concatenation to produce augmented matrix
Vertical Concatenation
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 .