Tested tool guide
Tested browser tools
Checked August 16, 2026
What Inequality Grapher does, with a checked example
This grapher shows where several inequalities are simultaneously true in the x-y plane. Enter linear or nonlinear conditions to display their boundary curves, shaded solution sets, and common feasible region. For polygonal systems, it can identify corner vertices and whether the overlap is bounded. The frequent mistake is reading the separate shaded sets as alternatives. A system uses their intersection: a point belongs only when it satisfies every entered inequality.
Worked example
A concrete input and expected output from the current implementation.
Input
x >= 0
y >= 0
x + y <= 4
->
Expected output
A bounded triangular feasible region, including its edges, with vertices (0, 0), (4, 0), and (0, 4).
The first two inequalities restrict solutions to the first quadrant. The line x + y = 4 meets the axes at (4, 0) and (0, 4), and the <= condition keeps the side containing (0, 0).