Kreuz
silviana amethyst

Equation ¶
\[ xyz \]Properties: ¶
- degree 3
- three degree-one components that intersect singularly along the three axes
- really, just three planes.


Some story ¶
What a fun surface. It’s a good little (easy) challenge, probably a good training piece for how to print more challenging surfaces from the gallery. This Kreuz was computed and printed by Foong Min Wong.
Bertini_real input files ¶
input
CONFIG
tracktype: 1;
END;
INPUT
variable_group x, y, z;
function f;
f = x*y*z;
END;