Partitioned Matrices
==2024-12-03
Small things are easy to manage.
Theory
Also known as block matrix, partitioned Matrix is a matrix that is interpreted as having been broken into sections called blocks or sub-matrices.
Each sub-matrix’s order should be less than of the original matrix.
See this site for more further elaboration.
This type of matrix can be used to find Inverse of a Matrix.