1 | initial version |
Sage gives the hand to Maxima to solve a Fourier-Motzkin list of inequalities. And if there is an explicit solution in equality terms Maxima gives it. Because if $x= 5$ necessarily $x<8$. There is no more to say.
2 | No.2 Revision |
Sage gives the hand to Maxima to solve a Fourier-Motzkin list of inequalities. And if there is an explicit solution in equality terms Maxima gives it. Because if $x= 5$ necessarily $x<8$. There is no more to say.say. Try successively
solve([x <= 5, x<8],x)
solve([x < 5, x<8],x)