what is the MATLAB function to evaluate ncr value when n is real
Show older comments
what is the MATLAB function to evaluate ncr value when n is real
6 Comments
Kaushik Lakshminarasimhan
on 25 Aug 2018
What is ncr?
Walter Roberson
on 25 Aug 2018
Number of combinations??
You can easily transform the traditional factorial definition of combinations to use the GAMMA function, but as soon as you go for negative values you have a problem that GAMMA of negative values is infinite.
PJS KUMAR
on 25 Aug 2018
Walter Roberson
on 25 Aug 2018
What result are you expecting for nCr(-3,pi) ?
PJS KUMAR
on 25 Aug 2018
Walter Roberson
on 25 Aug 2018
What numeric values do you expect for the cases nCr(0.5,2) and nCr(-3,2) ? Number of combinations is only defined for positive integers.
Accepted Answer
More Answers (0)
Categories
Find more on Oceanography and Hydrology in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!