#24739500108 / 18004 notes
#24683675809 / 3241 notes
Mathematica code:
S[n_, t_] := Sin[n*2 Pi/50 + t]
ListAnimate[
Show[
Table[
Plot[
100 - n + (10*S[n,t] + .02)*Exp[-(x - 4.5*S[n, 0])^2/Abs[S[n,t]]],
{x, -10, 10},
PlotStyle -> Directive[Black, Thick], PlotRange -> {{-7, 7}, {0, 100.5}},
Filling -> Axis, FillingStyle -> White, Axes -> False, AspectRatio -> Full,
ImageSize -> {500, 750}],
{n, -10, 100, 1}]],
{t, .001, 2 Pi + .001, (2 Pi + .001)/30}, AnimationRunning->False]
#24683643290 / 687 notes
(Source: anothergrey, via kenmat)
#24683603066 / 35 notes
#24324234389 / 5669 notes
(via planetaryfolklore)
#23921914873 / 34 notes
#23921816276 / 107 notes
#23856614871 / 8511 notes
#23667402363 / 34 notes
