Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

Wrong Answer?

When I ask Sage to solve a simple rational inequality it occasionally gives a wrong answer. For example, x29x30 is satisfied when x3 except at x=3, but Sage just gives x3. Here's the code I am using:

sage: solve((x^2-9)/(x-3) >= 0,x)