File:Open Surface.svg
| Description |
Mesh drawing of an open surface, given by the equation: |
||
| Date | |||
| Source | Own drawing, Inkscape 0.45 | ||
| Author | Inductiveload | ||
| Permission (Reusing this file) |
|
Other Images in the Series
- Open Surface
- Flat Surface
- Closed Surface
Mathematica Code
Plot3D[
x^2 - y^2,
{x, -1, 1},
{y, -1, 1},
PlotRange -> All,
Axes -> False,
Boxed -> False,
Shading -> False,
PlotPoints -> {15, 15},
ViewPoint -> {1.3, -2, 1},
ImageSize -> 300]
Category:SVG surface plots