The bordermatrix tag has no wiki summary.
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?
1
vote
1answer
90 views
Making the entries of bordermatrix smaller
How do I make the entries in bordermatrix smaller?
\documentclass[reqno]{amsart}
\usepackage{amssymb}
\usepackage{mathrsfs}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{stackrel}
...
8
votes
2answers
3k views
\bordermatrix with brackets [ ] instead of parentheses ( )
I have the following code:
\documentclass{article}
\begin{document}
$
M = \bordermatrix{~ & x & y \cr
A & 1 & 0 \cr
B & 0 & 1 \cr}
$
\end{document}
...
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
877 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
512 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 ...
1
vote
1answer
552 views
Increasing spacing of dots in vdots
Basically I want a \vdotsfor command that does what \hdotsfor does but for vertical dots. Need to increase spacing of dots over two rows so it looks pretty instead of having to use two \vdots on both ...
0
votes
1answer
370 views
bordermatrix with thinner columns
I'm trying to set-up the column width of a bordermatrix with the usual \setlength{\arraycolsep}{0pt} command (usual in the sense that it works for usual matrices) without success: what should I use ...