I would like to plot the following inequalities: y < p2(1 - p1) and x < p1(1 - ( y / (1 -
I think this method is easy to understand. Make a surface plot and rotate it to top view.
v = -5:0.1:5; p1 = 0.1; p2 = 0.2; [x,y] = meshgrid(v); ineq1 = y