[ ]
Square brackets are used as delimiters in mathematical expressions to group terms or denote intervals, matrices, and other mathematical structures.
Closed interval from a to b
[a, b]
Vector or list of elements
[x_1, x_2, x_3]
Matrix notation using square brackets
[A] = \begin{bmatrix} a & b \\ c & d \end{bmatrix}