|
|
| The stupid question is the question not asked | |
| PerlMonks |
(crazyinsomniac) Re: (2) Binomial Expansionby crazyinsomniac (Prior) |
| on Mar 30, 2001 at 23:41 UTC ( [id://68580]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
I take great offense in calling my nCr function horribly inaccurate. You do say right away that is a valid formula for binomial coefficients, but then you say it's hardly a good one? It is a formula for calculating r-combinations, not binomial coefficients. The formula for binomial expansion is:
n
_
(x+y)^n = \ C(n,j) * x^(n-j) *y^j
/
¯
j=0
And btw, it is the definitive formula for calculating r-combinations. It's like saying 4/2 is not the same as 2. While 2 is a better way to write 4/2, not every one recognizes 2 right away, and I feel, for the benefit of the reader of me 'craft', n!/(r!(n-r)! is a better way to go. As for your function, it is shorter, but a litle mysterious when it comes to the math. update: I give, I give, theory v. practice, there is a difference.
In Section
Craft
|
|
||||||||||||||||||||||||||||||||||||||