|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/06.03.02.0001.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Binomial[n, k] == Gamma[n + 1]/(Gamma[k + 1] Gamma[n - k + 1]) ==
n!/(k! (n - k)!) /; !(Element[n, Integers] && Element[k, Integers] &&
Inequality[k, LessEqual, n, Less, 0])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["Binomial", "[", RowBox[List["n", ",", "k"]], "]"]], "\[Equal]", FractionBox[RowBox[List["Gamma", "[", RowBox[List["n", "+", "1"]], "]"]], RowBox[List[RowBox[List["Gamma", "[", RowBox[List["k", "+", "1"]], "]"]], " ", RowBox[List["Gamma", "[", RowBox[List["n", "-", "k", "+", "1"]], "]"]]]]], "\[Equal]", FractionBox[RowBox[List["n", "!"]], RowBox[List[RowBox[List["k", "!"]], " ", RowBox[List[RowBox[List["(", RowBox[List["n", "-", "k"]], ")"]], "!"]]]]]]], "/;", RowBox[List["Not", "[", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "\[And]", RowBox[List["k", "\[Element]", "Integers"]], "\[And]", RowBox[List["k", "\[LessEqual]", "n", "<", "0"]]]], "]"]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mi> n </mi> </mtd> </mtr> <mtr> <mtd> <mi> k </mi> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox["n", Identity, Rule[Editable, True]]], List[TagBox["k", Identity, Rule[Editable, True]]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]], Rule[Editable, False]] </annotation> </semantics> <mo> ⩵ </mo> <mfrac> <mrow> <mi> Γ </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> <mrow> <mrow> <mi> Γ </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mi> k </mi> <mo> + </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mrow> <mi> Γ </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mi> n </mi> <mo> - </mo> <mi> k </mi> <mo> + </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> </mrow> </mfrac> <mo> ⩵ </mo> <mfrac> <mrow> <mi> n </mi> <mo> ! </mo> </mrow> <mrow> <mrow> <mi> k </mi> <mo> ! </mo> </mrow> <mo> ⁢ </mo> <mrow> <mrow> <mo> ( </mo> <mrow> <mi> n </mi> <mo> - </mo> <mi> k </mi> </mrow> <mo> ) </mo> </mrow> <mo> ! </mo> </mrow> </mrow> </mfrac> </mrow> <mo> /; </mo> <mrow> <mo> ( </mo> <mrow> <mo> ¬ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> n </mi> <mo> ∈ </mo> <semantics> <mi> ℤ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalZ]", Function[Integers]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mrow> <mi> k </mi> <mo> ∈ </mo> <semantics> <mi> ℤ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalZ]", Function[Integers]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mrow> <mi> k </mi> <mo> ≤ </mo> <mi> n </mi> <mo> < </mo> <mn> 0 </mn> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <ci> Binomial </ci> <ci> n </ci> <ci> k </ci> </apply> <apply> <times /> <apply> <ci> Gamma </ci> <apply> <plus /> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> </apply> <apply> <power /> <apply> <times /> <apply> <ci> Gamma </ci> <apply> <plus /> <ci> k </ci> <cn type='integer'> 1 </cn> </apply> </apply> <apply> <ci> Gamma </ci> <apply> <plus /> <ci> n </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> k </ci> </apply> <cn type='integer'> 1 </cn> </apply> </apply> </apply> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <times /> <apply> <factorial /> <ci> n </ci> </apply> <apply> <power /> <apply> <times /> <apply> <factorial /> <ci> k </ci> </apply> <apply> <factorial /> <apply> <plus /> <ci> n </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <not /> <apply> <and /> <apply> <in /> <ci> n </ci> <integers /> </apply> <apply> <in /> <ci> k </ci> <integers /> </apply> <apply> <ci> Inequality </ci> <ci> k </ci> <leq /> <ci> n </ci> <lt /> <cn type='integer'> 0 </cn> </apply> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["Binomial", "[", RowBox[List["n", ",", "k"]], "]"]], "\[Equal]", FractionBox[RowBox[List["Gamma", "[", RowBox[List["n", "+", "1"]], "]"]], RowBox[List[RowBox[List["Gamma", "[", RowBox[List["k", "+", "1"]], "]"]], " ", RowBox[List["Gamma", "[", RowBox[List["n", "-", "k", "+", "1"]], "]"]]]]], "\[Equal]", FractionBox[RowBox[List["n", "!"]], RowBox[List[RowBox[List["k", "!"]], " ", RowBox[List[RowBox[List["(", RowBox[List["n", "-", "k"]], ")"]], "!"]]]]]]], "/;", RowBox[List["!", RowBox[List["(", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["k", "\[Element]", "Integers"]], "&&", RowBox[List["k", "\[LessEqual]", "n", "<", "0"]]]], ")"]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|