I have the following convex hull.
P0={0,0,0};
P1={1,0,0};
P2={0,1,0};
P3={0,0,1};
ConvexHullMesh[{P0,P1,P2,P3}]
Now I want the region algebraically as equality of the convex hull generated, in this case x+y+z<1&&x>0&&y>0&&z>0.
Is there any automatic way to get it from Mathematica by converting the convex hull generated as a region and then convert it into inequality?
Orto get a single region function. – kglr Jun 15 '20 at 02:42ClearAll[regFunc]beforeDo[...]and it still does not work, please update your post (or post a new question) with a smaller version of your arrayR(with 2 regions instead of 16). – kglr Jun 15 '20 at 03:08