Processing math: 100%

\tbinom - Tex Command



tbinom

\tbinom - Used to create binomial co-efficient expressions.

SYNOPSIS

{ \tbinom #1 #2}

DESCRIPTION

\tbinom command is used in binomial co-efficient expressions.

EXAMPLE

  1. \tbinom n k
    (nk)
  2. \binom n k
    (nk)
  3. \tbinom{n-1}k-1
    (n1k)1
  4. \tbinom{n-1}{k-1}
    (n1k1)
Advertisements