Questions on the application of Mathematica to geometric problems. You might also consider adding the [graphics] tag, if appropriate.
3
votes
0answers
146 views
Unexpected behavior of GeometricTransformation
I have the following mapping on the complex plane:
$$
z \mapsto \tau \mu z-1,
$$
where $\mu$ is complex, $\tau$ is real number. I want to draw the image of left unit semidisk and play with $\tau$.
...
2
votes
0answers
80 views
How can I truncate only a single vertex of a polygon?
One can truncate all the vertices of a polygon at once with Truncate. I want to do exactly that -- but only on a single vertex. Is this possible with Mathematica 9? ...
-1
votes
0answers
42 views
Returning a non-degenerate list of triangles that (strictly) define the outer mesh of a 3-polytope using PolyhedronData?
I'm looking for a simple method of returning a list of triangles that strictly define the outer surface of a 3-polytope using PolyhedronData?
For example:
...