0
votes
0answers
41 views

How to make a matrix like this? [duplicate]

can anyone help me to making a matrix with braces like this?
4
votes
1answer
390 views

TikZ-equivalent of bordermatrix with automatic alignment of labels

I would like to create a TikZ matrix (containing pictures in the cells) and annotate rows/columns of this matrix is the same manner as \bordermatrix allows. This is (approximately) a picture of what I ...
3
votes
1answer
873 views

How to create a matrix with rows and columns labeled (at the right side)?

I would like to create a matrix with rows and columns being labeled. I would like the matrix elements to be right aligned, the row labels being displayed to the right of the matrix, and the column ...
4
votes
1answer
502 views

Write elements above and right outside the matrix

I found writing matrix's code is a boring work. There is one, you can see in pic below. Can anybody help?
4
votes
2answers
1k views

Vertical Line in \bordermatrix [duplicate]

Possible Duplicate: bordermatrix with blocks I need to put a vertical line between two columns of a matrix in \bordermatrix. I know how to do it in the array environment, but \bordermatrix ...