Friday, 30 August 2013

How to make a binomial expander in python

How to make a binomial expander in python

For example
(x + y)^4 = x^4 +(4x^3)y + (6x^2)y^2 + + 4xy^3 + y^4
I'm using python 3.3.2 and I don't know where to start, I need a little
guidance. I'm not asking for the answer to it, just the general steps to
make this program work. I've done a few other programs before, and this is
probably pushing the limit on what I can do.

No comments:

Post a Comment