File:Brownian hierarchical.svg

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

原始文件(SVG文件,尺寸为1,195 × 1,250像素,文件大小:56 KB)


An image of Brownian motion, done with three different step sizes. The hierarchical structure is clearly visible. Vector version of Image:Brownian_hierarchical.png made using Mathematica.

Mathematica code:

g = {last = {0, 0}}
Do[g = Append[g, last = last + Sqrt[-Log[Random[]]]{Cos[θ], Sin[θ]} /. θ -> Random[Real, 2π]], {2048}]
g2 = Partition[g, 8][[All, 1]];
g3 = Partition[g2, 8][[All, 1]];
plot = Show[
   ListPlot[g, PlotJoined -> True, PlotStyle -> RGBColor[0,.78,1], DisplayFunction -> Identity],
   ListPlot[g2,PlotJoined -> True, PlotStyle -> Blue, DisplayFunction -> Identity],
   ListPlot[g3,PlotJoined -> True, DisplayFunction -> Identity],
   DisplayFunction -> $DisplayFunction, AspectRatio -> Automatic, ImageSize -> 1000]
Public domain 我,本作品著作权人,释出本作品至公有领域。这适用于全世界。
在一些国家这可能不合法;如果是这样的话,那么:
我无条件地授予任何人以任何目的使用本作品的权利,除非这些条件是法律规定所必需的。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

image/svg+xml

a9dbbe455c0af0cf531f10097394b0de924581cb

56,947 字节

1,250 像素

1,195 像素

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2008年3月21日 (五) 21:102008年3月21日 (五) 21:10版本的缩略图1,195 × 1,250(56 KB)Di Gama~commonswikiAn image of Brownian motion, done with three different step sizes. The hierarchical structure is clearly visible. Vector version of Image:Brownian_hierarchical.png made using Mathematica.

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件: