トンネル

x[t_] := t ; y[t_] := Sin[t] a := 0 ; b := 2 Pi ; c := 0 ; d := Pi ; r := 0.5 ParametricPlot3D ... u] Cos[v]/Sqrt[x '[u]^2 + y '[u]^2], r Sin[v]}, {u, a, b}, {v, c, d}, ViewPoint -> {10, 3, 5}]

[Graphics:HTMLFiles/index_3.gif]

-Graphics3D -

トカゲのしっぽ

x[t_] := t ; y[t_] := Sin[t] R[t_] := 0.07 t a := 0 ; b := 2 Pi ; c := 0 ; d := 2 Pi Parametri ... '[u]^2], y[u] + R[u] x '[u] Cos[v]/Sqrt[x '[u]^2 + y '[u]^2], R[u] Sin[v]}, {u, a, b}, {v, c, d}]

[Graphics:HTMLFiles/index_7.gif]

-Graphics3D -

峡谷

p := 5 Plot3D[-Exp[-(x - Sin[y])^4], {x, -p, p}, {y, -p, p}, PlotPoints -> 60]

[Graphics:HTMLFiles/index_11.gif]

-SurfaceGraphics -

滝

p := 5 Plot3D[-Exp[-(x - 0.2 Cos[y])^6 - y], {x, -p, p}, {y, -p, p}, PlotPoints -> 60, ViewPoint -> {1, -4, 2}]

[Graphics:HTMLFiles/index_15.gif]

-SurfaceGraphics -

山

p := 3 Plot3D[0.4 Exp[-(x + 0.5)^2 - (y - 1)^2] + 0.5 Exp[-(x - 1)^2 - y^2] + 0.3 Exp[-(x - 1) ... (x + 1)^2 - (y + 2)^2], {x, -p, p}, {y, -p, p}, PlotPoints -> 60, BoxRatios -> {1, 1, 0.3}]

[Graphics:HTMLFiles/index_19.gif]

-SurfaceGraphics -


Converted by Mathematica  (May 15, 2004)