| 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)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.