Check if a symbolic polynomial is positive    
   Is there a way to check if a symbolic polynomial has all positive coefficients?
something like, (x^2+y+2xy).is_positive() = True (x+y-xy).is_positive()=False?
