Facebook
From VANUR, 1 Month ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 135
  1. usepackage{amsmath}
  2. begin{document}
  3. The binomial coefficient, (binom{n}{k}), is defined by the expression:
  4. [
  5.     binom{n}{k} = frac{n!}{k!(n-k)!}
  6. ]
  7. end{document}
  8.