Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

A possible alternative :

sage: solve([x>=3, x >=5, x < 8],x, algorithm="sympy")
[[5 <= x, x < 8]]

HTH,