Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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?