Typesetting a tricky matrix in LaTeX

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 5K views
shomuban
Messages
3
Reaction score
0
I am trying to typeset the attached partitioned 8x8 matrix in LaTeX. I have drawn it without the parentheses with the columns and rows numbered. Submatrices I, 0, A, B, C, and D are 2X2 matrices while T is a 4X4 matrix. The main trouble I have is getting T to span the rows and columns. Is there any elegant way to do this in LaTeX?? Thank you!
 

Attachments

Last edited:
Physics news on Phys.org
[tex] \begin{bmatrix}<br /> \begin{array}{cc}<br /> I_{2\times2} & 0_{2\times2} \\ 0_{2\times2} & I_{2\times2}\end{array} &<br /> \begin{array}{cc}<br /> A_{2\times2} & 0_{2\times2} \\ 0_{2\times2} & B_{2\times2}\end{array} \\<br /> T_{4\times4} &<br /> \begin{array}{cc}<br /> C_{2\times2} & 0_{2\times2} \\ 0_{2\times2} & D_{2\times2}\end{array}<br /> \end{bmatrix}[/tex]

https://www.physicsforums.com/help/latexhelp/
 
Last edited by a moderator: