Ch02. Matrix Algebra

2.4 Partitioned Matrices

Partitioned Matrices

  • A key feature of our work with matrices has been the ability to regard matrix as a list of column vectors rather than just a rectangular array of numbers.
  • This point of view has been so useful that we wish to consider other partitions of , indicated by horizontal and vertical dividing rules, as in Example 1 on the next.

Partition : 분할. ~ to divide matrix into multiple blocks

  • to simplify matrix.
  • to focus on the impotant part of matrix.

Factorization : 분해.

Example 1:

The matrix

can also be written as the partioned (or block) matrix

Whose entries are the blocks (or submatrices)

Addition and Scalar Multiplication

  • If matrices and are the same size and are partitioned in exactly the same way, then it is natural to make the same partition of the ordinary matrix sum
  • In this case, each block of is the (matrix) sum of the corresponding blocks of and .
  • Multiplication of a partitioned matrix by a scalar is also computed block by block.

Multiplication of Partitioned Matrices

  • Partitioned matrices can be multiplied by the usual row–column rule as if the block entries were scalars, provided that for a product , the column partition of matches the row partition of

Example 3:

Let

  • The 5 columns of are partitioned into a set of 3 columns and then a set of 2 columns. The 5 rows of are partitioned in the same way –into a set of 3 rows and then a set of 2 rows.
  • We say that the partitions of and are conformable for block multiplication. It can be shown that the ordinary product can be written as

  • It is important for each smaller product in the expression for to be written with the submatrix from on the left (A로부터 나온 block들도 A처럼 왼쪽에 위치.), since matrix multiplication is not commutative.

  • For instance,

  • Hence the top block in is

Theorem : Column—Row Expansion of

If is and is , then

Proof

  • For each row index and column index , the -entry in is the product of from and from .
  • Hence the -entry in the sum shown in equation (1) is
  • This sum is also the -entry in , by the row—column rule.

Inverses of Partioned Matrices

The next example illustrates calculations involving inverses and partitioned matrices.

Example 5:

A matrix of the form is said to be block upper triangular. Assume that is , is , and is invertible. Find a formula for .

Solution

Denote by and partition so that,

  • This matrix equation provides four equations that will lead to the unknown blocks, . Compute the product on the left side of equation (2), and equate each entry with the corresponding block in the identity matrix on the right.
  • That is, set

  • By itself, equation (6) does not show that is invertible. However, since is square, the Invertible Matrix Theorem and (6) together show that is invertible and .
  • Next, left-multiply both sides of (5) by and obtain .
  • So that (3) simplifies to .
  • Since is square, this shows that is invertible and . Finally, use these results with (4) to find that

  • Thus

  • A block diagonal matrix is a partitioned matrix with zero blocks off the main diagonal (of blocks). Such a matrix is invertible if and only if each block on the diagonal is invertible.

results matching ""

    No results matching ""