First time here? Check out the FAQ!
asked 10 years ago
When I ask Sage to solve a simple rational inequality it occasionally gives a wrong answer. For example, x2−9x−3≥0 is satisfied when x≥−3 except at x=3, but Sage just gives x≥−3. Here's the code I am using:
sage: solve((x^2-9)/(x-3) >= 0,x)