test

From testwiki
Jump to navigation Jump to search
DLMF Formula Constraints Maple Mathematica Symbolic
Maple
Symbolic
Mathematica
Numeric
Maple
Numeric
Mathematica
1.2.E1 ( n k ) = n ! ( n - k ) ! โข k ! binomial ๐‘› ๐‘˜ ๐‘› ๐‘› ๐‘˜ ๐‘˜ {\displaystyle{\displaystyle\genfrac{(}{)}{0.0pt}{}{n}{k}=\frac{n!}{(n-k)!k!}}}
\binom{n}{k} = \frac{n!}{(n-k)!k!}

binomial(n,k) = (factorial(n))/(factorial(n - k)*factorial(k))
Binomial[n,k] == Divide[(n)!,(n - k)!*(k)!]
Successful Successful - Successful [Tested: 9]