Parentheses are overused: Difference between revisions
From Why start at x, y, z
(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:...") |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category: | [[Category:Ambiguities]] | ||
Parentheses are used to represent all sorts of operations and objects, many of which conflict with each other. | Parentheses are used to represent all sorts of operations and objects, many of which conflict with each other. |
Revision as of 09:45, 2 July 2021
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} \)