파일:Sphere (Shaded).png

문서 내용이 다른 언어로는 지원되지 않습니다.
위키백과, 우리 모두의 백과사전.

Sphere_(Shaded).png(540 × 540 픽셀, 파일 크기: 235 KB, MIME 종류: image/png)

설명 A rendering of a parametrically plotted sphere.
날짜
출처 Own work, drawn in Mathematica
저자 Inductiveload
저작권
(이 파일을 인용하기)
Public domain 나는 이 작품의 저작권자로서, 이 작품을 퍼블릭 도메인으로 모두에게 공개합니다. 이 공개 선언은 전 세계적으로 유효합니다.
만약 저작권의 포기가 법률적으로 가능하지 않은 경우,
나는 이 작품을 법적으로 허용되는 한도 내에서 누구나 자유롭게 어떤 목적으로도 제한없이 사용할 수 있도록 허용합니다.
다른 버전 Wireframe Sphere

Parameterisation

  • 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

 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.

설명

이 파일이 나타내는 바에 대한 한 줄 설명을 추가합니다

이 파일에 묘사된 항목

다음을 묘사함

파일 역사

날짜/시간 링크를 클릭하면 해당 시간의 파일을 볼 수 있습니다.

날짜/시간섬네일크기사용자설명
현재2007년 2월 17일 (토) 04:232007년 2월 17일 (토) 04:23 판의 섬네일540 × 540 (235 KB)Inductiveload{{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 }

다음 문서 1개가 이 파일을 사용하고 있습니다:

이 파일을 사용하고 있는 모든 위키의 문서 목록

다음 위키에서 이 파일을 사용하고 있습니다: