Computer Science Canada

How to Divide Polynomials using Python 3.3

Author:  Planet_Fall [ Tue Sep 23, 2014 9:06 am ]
Post subject:  How to Divide Polynomials using Python 3.3

I was exploring python docs and stumbled across the dividing polynomial part. It would be useful for my advance function class. Could anyone post a tutorial to explain how to use and understand how this works? Thx.

Author:  Zren [ Tue Sep 23, 2014 10:55 am ]
Post subject:  RE:How to Divide Polynomials using Python 3.3

Quote:
stumbled across the dividing polynomial part


Link?

Author:  Planet_Fall [ Tue Sep 23, 2014 11:23 am ]
Post subject:  Re: How to Divide Polynomials using Python 3.3

Sorry. I wrote that wrong what I found was how to divide polynomials on SciPy. What I'm looking for is a way to do it on Python 3.3

link (http://docs.scipy.org/doc/numpy/reference/routines.polynomials.polynomial.html)


: