[Numpy-tickets] [NumPy] #323: roots(polynomial) drops zero roots if only one non-zero coeff in polynomial
NumPy
numpy-tickets at scipy.net
Sat Oct 14 13:20:58 CDT 2006
#323: roots(polynomial) drops zero roots if only one non-zero coeff in polynomial
----------------------------+-----------------------------------------------
Reporter: RyanGutenkunst | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: 1.0 Release
Component: numpy.lib | Version:
Severity: normal | Resolution: fixed
Keywords: |
----------------------------+-----------------------------------------------
Changes (by oliphant):
* status: reopened => closed
* resolution: => fixed
Comment:
Please provide the error you are getting. This works fine for me.
>>> roots(poly1d([1,0,0]))
array([0., 0.])
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/323#comment:3>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list