Parentheses are overused

From Why start at x, y, z
Revision as of 09:45, 2 July 2021 by Christian Lawson-Perfect (talk | contribs) (Created page with "Category:Conflicting definitions Parentheses are used to represent all sorts of operations and objects, many of which conflict with each other. Greatest common divisor:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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} \)