Combinations and permutations: Difference between revisions

m
m (Added the Sidef language)
Line 836:
</pre>
 
=={{header|Mathematica}} / {{header|Wolfram Language}}==
<lang Mathematica>ClearAll[Combination,Permutation]
Combination[n_,k_]:=Binomial[n,k]
Anonymous user