File:Open Surface.svg

Description

Mesh drawing of an open surface, given by the equation:

This was plotted in Mathematica and traced using Inkscape to give a smoother result. The mathematica code is given below. This drawing is one in a series.
Date
Source Own drawing, Inkscape 0.45
Author Inductiveload
Permission
(Reusing this file)
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Category:Self-published work#Open%20Surface.svgCategory:PD-self#Open%20Surface.svg

Other Images in the Series

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
Category:PD-self Category:SVG surface plots Category:Self-published work