Tagged Questions
6
votes
2answers
159 views
TikZ matrix decoration
What I'm trying to achieve is a code structure to draw this kind of diagram:
I need to decorate a two-rows matrix grouping one or more columns with a square bracket above them, and then again with ...
5
votes
2answers
551 views
Big block matrix with tikz
I know this is very similar to plenty of questions.
The matrix below s actually bigger, so I realized that I had to use tikz.
In this array, A, A',…,L', T are square matrices, and I filled with
...
4
votes
2answers
349 views
Typsetting big matrix (but keeping A4 size)
This question is a slight variation of Compiling a BIG matrix, but I need to write a matrix in a A4 or letter size paper; it is a block 48x48 matrix but I can put lot of $0_2$ and $0_4$'s in order to ...
5
votes
1answer
1k views
strategy / payoff matrix
I am trying to create a strategy matrix in LaTeX such as
Any suggestion would be greatly appreciated. I would like there to be two values in each cell, aligned as in this diagram.
8
votes
1answer
678 views
How can I draw a diagram for matrix multiplication with LaTeX?
I'm trying to make a PDF manual for matrix multiplication with LaTeX. I'd like to generate a graphic similar to this one (from Wikipedia/Matrix multiplication):
I guess this will be quite a bit of ...