1.6 Partitioned Matrices

Often it is useful to think of a matrix as being composed of a number of submatrices. A matrix C can be partitioned into smaller matrices by drawing horizontal lines between the rows and vertical lines between the columns. The smaller matrices are often referred to as blocks. For example, let

C=[12413211113321246224]

If lines are drawn between the second and third rows and between the third and fourth columns, then C will be divided into four submatrices, C11, C12, C21, and C22.

A network graph with eight vertices, V sub 1, V sub 2, V sub 3, V sub 4, V sub 5, V sub 6, V sub 7, and V sub 8.

One useful way of partitioning a matrix is to partition it into columns. For example, if

B=[121231141]

Get Linear Algebra with Applications, 10th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.