Steiner Surfaces

Source Notebook

Classification of Steiner Surfaces

Originator: A. Coffman, A. J. Schwartz, C. Stanton

The representations of the real projective plane is called Steiner surfaces. A classification based on real parameters and transformations results in 10 types [1]. Two examples of Steiner surfaces include the Roman surface and the cross-cap [2].

(10 elements)

Examples

Basic Examples

An equation:

In[1]:=
ResourceData["Steiner Surfaces"]["8"]["Equation"]
Out[1]=

Visualize the surface:

In[2]:=
Module[{equation = ResourceData["Steiner Surfaces"]["8"]["Equation"], mr = 1, op = 0.9`, region = "sphere", r = 3.5`}, ContourPlot3D[Evaluate[equation], {x, -r, r}, {y, -r, r}, {z, -r, r},
   Axes -> False, Mesh -> False, Boxed -> False, Background -> Black, MaxRecursion -> mr, BoundaryStyle -> None, ContourStyle -> Directive[Orange, Opacity[op], Specularity[White, 30]], RegionFunction -> Function[{x, y, z}, If[region == "cube", True, Norm[{x, y, z}] < r]], SphericalRegion -> True, PlotPoints -> 50]]
Out[3]=

Enrique Zeleny, "Steiner Surfaces" from the Wolfram Data Repository (2022)  

Data Resource History

Source Metadata

Publisher Information