Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Is there any quick and easy way to generate Binomial coefficients with Mathcad 8.0?
Or do I just use the definition?
Solved! Go to Solution.
The function you are looking for is combin(n,k) for "n over k"
Example:
If you want to create your own function, you must take care which definition to use, because factorials and Gamma function may easily exceed the limit of 10^307 and throw an error.
The function you are looking for is combin(n,k) for "n over k"
Example:
If you want to create your own function, you must take care which definition to use, because factorials and Gamma function may easily exceed the limit of 10^307 and throw an error.