Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • $\begingroup$ Oooh. I need to stare at this. $\endgroup$ Commented yesterday
  • $\begingroup$ Okay, what I have learned from this is (a) if I want Mathematica to plot a polytope, I should give it the list of vertices, edges and faces as a Polygon[], not the list of defining inequalities as in RegionPlot[] (b) I should exploit the fact that Polygon can take a list of lists as an input, not just one list and (c) lots of little tricks about graphics. $\endgroup$ Commented yesterday
  • $\begingroup$ In general, (a) might be painful -- computing the face structure of a polytope from its defining inequalities can be really hard -- but it isn't in this case. $\endgroup$ Commented yesterday