Question: Question Setting 2. Partitioned matrices A matrix A is a (2 x 2) block matrix if it is represented in the form where each of

Question Setting

2. Partitioned matrices A matrix A is a (2 x 2) block matrix if it is represented in the form where each of the Ai are matrices. Note that the matrix A need not be a square matrix; for instance, A might be (7 x 12) with A1 being (3 x 5), A2 being (3 x 7), A3 being (4 x 5), and A4 being (4 x 7). We can imagine creating a (2 x 2) block matrix by dividing the array into four pieces using a horizontal line and a vertical line. Now suppose B is also a (2 x 2) block matrix given by Finally, let us suppose that the product AB can be formed and that B has been partitioned in a way such that the following matrix is defined: It turns out that the product AB is given by this block matrix. That is, if all the submatrix products are defined, then we can treat the blocks in a partitioned matrix as though they were scalars when forming products. It is tedious to prove this result in general, so we ask you to illustrate its validity with some randomly chosen matrices. a) Using the MATLAB command round ( 10 *rand ( 6, 6) ) generate two randomly selected ( 6 x 6) matrices A and B. Compute the product AB. Then write each of A and B as a block matrix of the form.

Questions (using Matlab)

Above, each A1 and B1 should be a (3 x 3) block. Using matrix surgery (see Section 4 of Appendix A) extract the A1 and B1 matrices and form the new block matrix:

A1B1 + AzB3 A1B2 + AzB4

A3B1 + A4B3 A3B2 + A4B4

Compare the preceding block matrix with AB and confirm that they are equal.

b) Repeat this calculation on three other matrices (not necessarily (6 x 6) matrices). Break some of these matrices into blocks of unequal sizes. You need to make sure that corresponding blocks are the correct size so that matrix multiplication is defined.

c) Repeat the calculation in (a) with the product of a (2 x 3) block matrix times a (3 x 3) block matrix.

I will appreciate any help.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!