First time here? Check out the FAQ!
answered 2012-10-28 20:17:52 +0100
You may test if the minimum of the powers is nonnegative
f(x)=1/x^6*cos(x) point, order = 0, 4 g=f.taylor(x,point,order) powers=[i[1] for i in g.coefficients()] min(powers)