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
?
1 | initial version |
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
?