Question: How do I plot the overlap of three inequalities in the complex plane?

I have two inequalities in the complex variable z, called "ineq" and "ineq2".  When I issue the following plotting command, I can show the region of the complex plane that satisfies both inequalities:  It appears as a black region:

 

plots[implicitplot](eval(ineq = ineq2, z = x+I*y), x = -8 .. 8, y = -8 .. 8, gridrefine = 3, filled = true)

 

Now, I would like to generate a similar overlap plot, but for three inequalities, not just two.  How can I do that?  Please note:  I am relatively new to Maple.

 

Any guidance would be appreciated.

 

Please Wait...