File: binomial_coefficient.tex

package info (click to toggle)
haskell-texmath 0.3.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 400 kB
  • ctags: 2
  • sloc: haskell: 933; sh: 14; 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)!}