2023-08-13

341: Multiplication of Matrix Made of Same Size Blocks by Matrix Made of Multiplicable Same Size Blocks Is Blocks-Wise

<The previous article in this series | The table of contents of this series | The next article in this series>

A description/proof of that multiplication of matrix made of same size blocks by matrix made of multiplicable same size blocks is blocks-wise

Topics


About: matrix

The table of contents of this article


Starting Context



Target Context


  • The reader will have a description and a proof of the proposition that the multiplication of any matrix made of any same size blocks by any matrix made of blocks of any multiplicable (with blocks of the former matrix) same size is blocks-wise.

Orientation


There is a list of definitions discussed so far in this site.

There is a list of propositions discussed so far in this site.


Main Body


1: Description


For any matrix, M1, made of the same (r,s) size blocks and any matrix, M2, made of the same (s,t) size blocks, the multiplication, M1M2, is blocks-wise, which means that as M1 is made of blocks, {M1,i,j}, and M2 is made of blocks, {M2,j,k}, M1M2 is made of blocks, {jM1,i,jM2,j,k}.


2: Proof


Let us divide M1M2 in the (r,t) size blocks and denote each block as M3,i,k. M3,i,k,l,m=n,oM1,i,n,l,oM2,n,k,o,m=n(M1,i,nM2,n,k)l,m=(n(M1,i,nM2,n,k))l,m, which means that M3,i,k=n(M1,i,nM2,n,k).


References


<The previous article in this series | The table of contents of this series | The next article in this series>