Submatrices
A submatrix is always defined with respect to another matrix. You always create a βsubmatrix of another matrixβ.
You obtain a submatrix of some matrix by removing an arbitrary combination of rows and columns from said matrix .
For instance, take
We obtain the matrix
which is a submatrix of , by removing the third column and the first and third rows from .