Write importance and rule for partitioning of matrix.

aflacatn

aflacatn

Answered question

2021-02-24

Write importance and rule for partitioning of matrix.

Answer & Explanation

Gennenzip

Gennenzip

Skilled2021-02-25Added 96 answers

Step 1 Rule of partitioning of matrix.
Using a system of horizontal and vertical (dashed) lines, large matrices can be divided.
There are numerous ways to divide a given matrix into blocks.
For example, the following 4×5 matrix is partitioned into six blocks. A=[123705290247014467112]=[EFGHIJ]
where E,F,G,H,I and J are the arrays indicated by dashed lines.
The above matrix can also be partitioned as,
A=[123705290247014467112]=[EFGHIJ]
This shows that a matrix can be partitioned in many ways, but the new blocks can be of different size and different order.
The matrix entries of such a partitioned matrix are called submatrices or blocks. The main matrix is often referred to as super matrix.
Step 2 Importance for partitioning of matrix.
Partitioning of matrices is useful when it is applied to very large matrices because the operations can be carried out easily on the smaller blocks of the matrices. On operating the partitioned matrices, the basic rule can be applied to the blocks as though they were single elements.
If M is a square block matrix such that the non diagonal blocks are all zero matrices, i.e. aij=0 when ij. then A is called a block diagonal matrix. M=diag(A11,A22,,Ann)
The importance of block diagonal matrix is that the algebra of the block matrix is frequently reduced to the algebra of the individual blocks. Suppose f(x) is a polynomial and M is the above mentioned block diagonal matrix. Then f(M) is a block diagonal matrix and
f(M)=diag(f(A11),f(A22),,f(Ann)) Also, the matrix M is invertible if and only if each Aii is invertible, and in such case M1 is a block diagonal matrix, and,
M1=diag(A111,A221,,Ann1) Also a square block matrix is called a block upper triangular matrix if the blocks below the diagonal are zero matrices, and a block lower triangular matrix if the blocks above the diagonal are zero matrices.

Jeffrey Jordon

Jeffrey Jordon

Expert2022-01-24Added 2605 answers

Answer is given below (on video)

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?