Tagged Questions
1
vote
1answer
54 views
Small descriptions next to matrix [duplicate]
One of my textbooks notates Markov transition matrices this way with 1 and 2 denoting states:
How can I reproduce this matrix in LaTeX?
4
votes
1answer
74 views
Highlighted Matrix with brackets
I would like to produce the matrix as shown in this figure:
At the moment, I have this code:
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{matrix}
\begin{document}
...
7
votes
1answer
182 views
bracket covering only a part of a matrix
How can I write a matrix, with brackets that cover only rows/columns in a certain range, but still has the right indentation? What I would like:
My current solution:
\[
\overset{
...
6
votes
1answer
196 views
Using “found” code to typeset augmented matrices, want [] instead of ()
Here's a minimal example of what I'm doing presently:
\documentclass[a4paper,12pt]{article}
\usepackage{amsmath}
\usepackage{arydshln}
\makeatletter
\renewcommand*\env@matrix[1][*\c@MaxMatrixCols ...
0
votes
2answers
698 views
Double square bracket
I need to have 2 square bracket matrix on the same equation line. I'm able to do just for a single square bracket matrix (for \xi) with below
\xi = \left[ \begin{array}{c}
\xi^1 \\
\vdots ...
29
votes
5answers
5k views
How do I label different rows or columns of a matrix using braces?
I have a matrix enclosed in brackets [ ] (or (), or {}, or |'s, or ||'s):
- a b c d -
| e f g h |
| i j k l |
- m n o p -
which I want to label like so:
R
|---|
-- - a b c d ...