lgroup
Represents a left group delimiter symbol, providing a vertically expandable bracket for grouping mathematical expressions.
Overview
Serves as a specialized mathematical delimiter that automatically adjusts its height based on the enclosed content, making it particularly useful for displaying large expressions or matrices.
- Often paired with \rgroup to create matching delimiter pairs
- Common in advanced mathematical typesetting where standard parentheses or braces are insufficient
- Particularly useful in matrix notation and complex mathematical structures
- Provides a more elegant alternative to standard brackets when vertical scaling is needed
Examples
Grouping terms in a matrix or array with large parentheses
\left\lgroup\begin{matrix} a & b \\ c & d \end{matrix}\right\rgroupEnclosing a multiline equation system with group delimiters
\left\lgroup\begin{array}{l} x + y = 1 \\ 2x - y = 3 \end{array}\right\rgroupUsing group delimiters to enclose a set of mathematical expressions
f(x) = \left\lgroup\begin{array}{c} x^2 \\ x^3 \\ x^4 \end{array}\right\rgroup