File:Brownian hierarchical.svg

From formulasearchengine
Jump to navigation Jump to search

Original file(SVG file, nominally 1,195 × 1,250 pixels, file size: 56 KB)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

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 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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

image/svg+xml

a9dbbe455c0af0cf531f10097394b0de924581cb

56,947 byte

1,250 pixel

1,195 pixel

File history

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

Date/TimeThumbnailDimensionsUserComment
current23:10, 21 March 2008Thumbnail for version as of 23:10, 21 March 20081,195 × 1,250 (56 KB)wikimediacommons>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.

There are no pages that use this file.