|
Image:Brownian hierarchical.svg
|
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]
File historyClick on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment |
| current | 21:10, 21 March 2008 |  | 1,195×1,250 (56 KB) | Di Gama | |
File links
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):
|