File:Sphere (Shaded).png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Sphere_(Shaded).png(540 × 540 pixels, file size: 235 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents
Description A rendering of a parametrically plotted sphere.
Date
Source Own work, drawn in Mathematica
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.
Other versions Wireframe Sphere

Parameterisation[edit]

  • x0, y0, z0 are constants relating to the position of the sphere
  • r is a positive constant governing the radius
  • The parameters u and v run from 0 to 2π.

Mathematica source[edit]

 r = 1
 x0 = 0
 y0 = 0
 z0 = 0

 sphere = ParametricPlot3D[
     {x0 + r Sin[u]Cos[v],
      y0 + r Sin[u]Sin[v],
      z0 + r Cos[u]},
    {u, 0, 2Pi},
    {v, 0, 2Pi},
    Boxed -> False,
    Axes -> False,
    PlotPoints -> 50,
    ImageSize -> 800]

This image was then antialised with Chris Hill's code, and the background was erased.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current19:23, 16 February 2007Thumbnail for version as of 19:23, 16 February 2007540 × 540 (235 KB)Inductiveload (talk | contribs){{Information |Description=A rendering of a parametrically plotted sphere. |Source=Own work, drawn in Mathematica |Date=16/02/2007 |Author=User:Inductiveload |Permission={{PD-self}} |other_versions=Wireframe Sphere }

The following 2 pages use this file:

File usage on other wikis

The following other wikis use this file: