Hello everyone!
I would kindly need some help for this:
How can I plot in mathematica the graphic solution for: -(T+q) z + (1-T-q) r < -z / 2 ?
where T and q are probabilities 0<T<1 and 0<q<1, and r >0 and z>0 positive parameters
I tried:
ParametricPlot3D[-(T + q) z + (1 - T - q) r < -(z / 2) && 0 < T < 1 &&
0 < q < 1, && r > 0 && z > 0, {B, 0, 1}, {p, 0, 1}]
But doesn't work.. :/