You are on page 1of 1

How to write matrix in mathtype?

 AB 0  I A   AB ABA 
 B 0  0 I  =  B BA 
   
 I A   0 0   AB ABA 
0 I  B BA  =  B BA 
   

1 2 1.7  2.8  1  2  23


3 4 7   3.7  4.8  7 3  8 4   53 .
  8         
5 6    5.7  6.8 5 6  83

Block Matrices can be scaled and transposed:

 A11 A12    A11  A12 


  A21 A22     A21  A22  ,
 A31 A32    A31  A32 

T
 A11 A12 
A  AT A12T A13T 
 21 A22    11T T T 
.
 A31 A32   A21 A22 A23 

Note that the transpose of the original  i, j  block becomes the  j, i  block of the result
Identically blocked matrices can be added by summing the corresponding blocks:

 A11 A12   B11 B12   A11  B11 A12  B12 


A A22    B21 B22    A21  B21 A22  B22  .
 21
 A31 A32   B31 B32   A31  B31 A32  B32 

You might also like