Linear Algebra/Partitioned Matrices

From testwiki
Revision as of 18:56, 13 April 2007 by imported>Xharze
(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]