vdots
Represents vertical dots (ellipsis) in mathematical notation, commonly used to indicate pattern continuation in matrices or vertical sequences.
Overview
Essential for creating concise mathematical expressions by indicating vertical pattern continuation, particularly in matrices, determinants, and aligned equations.
- Frequently used in linear algebra to show omitted middle rows of matrices
- Helps maintain readability in tall mathematical structures
- Often paired with \ddots or \cdots for showing patterns in multiple directions
- Standard notation in academic papers and mathematical publications when displaying large mathematical structures
Examples
Vertical dots in a matrix to indicate omitted rows.
\begin{pmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \\ \vdots & \vdots \\ a_{n1} & a_{n2} \end{pmatrix}
Vertical dots between equations in a system.
x + y = 1 \\ y + z = 2 \\ \vdots \\ w + t = n
Vertical dots in a continued fraction representation.
a_0 + \cfrac{1}{a_1 + \cfrac{1}{a_2 + \vdots}}