Enter n and m to compute or display the binomial coefficient (n ,m). For example, binomial(9, 4); binomial(a+b,c); By copy-paste, enter the code in the above box to Maxima Online to see the live demo. | Back to Demos |
binomial(9, 4);
| Back to Demos |