Linear Algebra/Partitioned Matrices

From testwiki
Revision as of 03:35, 17 August 2020 by imported>Alej27 (Improved styling of formula)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A partitioned matrix also called a block matrix is a partition of a matrix into rectangular smaller matrices called blocks.

The matrix P can be partitioned into 4 2×2 blocks

P=[1122112233443344]
P11=[1111],P12=[2222],P21=[3333],P22=[4444]

Then we can write the partitioned matrix like this

Ppartitioned=[P11P12P21P22]

Template:BookCat