According to the answer from @Cloudscape
- The first step of finding the convex hull of a given set would be to visualize the convex hull and guess it.
- The second step would be to prove your guess contains the set of which you wanted to find the convex hull.
- Next, prove that your guess is convex.
- Finally, prove that any convex set containing the set will include your guess.
But I am struggling with the first step, I don't know how to visualize the given set.
Additionally, I also wonder the specific meaning of "compact form".
Visualization of set: A matrix $A$ belongs to that set iff
Can you carry on from here?