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?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.