Parentheses are overused

From Why start at x, y, z


Parentheses are used to represent all sorts of operations and objects, many of which conflict with each other.

Greatest common divisor: \((a,b) = \gcd(a,b)\)

Counting combinations: \( {n \choose k} = \frac{n!}{k!(n-k)!} \)

Repeated differentiation : \( f^{(n)}(x) = \frac{\mathrm{d}^nf}{\mathrm{d}x^n} \)

Vectors or one-column matrices: \( \begin{pmatrix} a \\ b \end{pmatrix} \)