Applet JInequality is designed to solve inequalities with two variables.
Press "Add" and new inequality
appears in the inequality-system panel.
After editing is completed, press "Solve" to run the solver and the solution will be displayed.
If "Reset" is pressed, the inequalities will be deleted and a help message and colour legend will
be displayed.
Press "Help" to display this document.
Current version supports only four types of inequalities: linear, ellipse,
hyperbole and parabola. So, first You can select inequality type in
combobox like this
Each inequality has to be defined in following form:
Linear: Ax+By=C;
Ellipse: x2/A2+y2/B2=1;
Hyperbole: x2/A2+y2/B2=1;
Parabola: By-Ax2=C;
So, You can manipulate with values of coefficients A, B and C.
You can also define expression type from following above, above or equal,
below and below or equal in combobox like this:
If button "X" is pressed, inequality will be removed from system.
Inequalities system solver based on
Java Applet technology.