First time here? Check out the FAQ!
answered 2018-06-28 09:54:50 +0100
import numpy coeff=[9,0,4,3,0,1,-17] p=numpy.poly1d(coeff) r=numpy.roots(p) print str(r)