binomialcoef
Calculates the binomial coefficient (in how many ways can k be chosen from n). Depending on input, function can return scalar, vector or matrix
Arguments
- Integer n
- Integer k
Output
Integer number of combinations
Examples
Calculates the binomial coefficient (in how many ways can k be chosen from n). Depending on input, function can return scalar, vector or matrix
Integer number of combinations