srp419

10 Reputation

One Badge

11 years, 125 days

MaplePrimes Activity


These are questions asked by srp419

Hi,

 

I am trying to plot union of regions in Maple 15. Each region is formed by a set of inequalities. I can see from online such a feature is available in Maple 17.

The code is:

> with(plots);

> I1 := inequal({x < 1, y < 1}, x = 0 .. 2, y = 0 .. 2, optionsfeasible = [color = "Brown", thickness = 2]);

> I2 := inequal({y > 1, x < 1}, x = 0 .. 2, y = 0 .. 2, optionsfeasible = [color = "Yellow", thickness = 2]);

> display(I1);      ---> This is working 

>display(I2);      ---> This is also working

>display({I1,I2});  ---> Not working.

The above is also attached in the worksheet.

Is there any other way to plot the two region. I am new to Maple. Please suggest me the alternative in Maple 15.

 

Thanks!

 

Page 1 of 1