File: binomial_coefficient.tex

package info (click to toggle)
haskell-texmath 0.6.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 680 kB
  • sloc: haskell: 1,387; sh: 32; makefile: 4
file content (1 line) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (7)
1
   \mathbf{C}(n,k) = \mathbf{C}_k^n = {}_n\mathbf{C}_k = \binom{n}{k} = \frac{n!}{k!\,(n -k)!}