Ask Your Question

Revision history [back]

click to hide/show revision 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.

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)