Does anyone know how to solve one simple inequalities in Symja?
I try like this:
EvalUtilities solver = new EvalUtilities();
myExpresion = "Solve[Less[{2*x + 4},{10}],{x}]";
IExpr result = solver.evaluate(myExpresion);
But this doesn't work. How to solve one simple inequalities?
You can input this kind of inequality directly: