#28689968861 / 27 notes
#28655391234 / 2001 notes

(via 57577)

#27992570990 / 385 notes
mentalcrusher:
“ 07.23.12_07
”

mentalcrusher:

07.23.12_07

(via kenmat)

#27992368554 / 6025 notes
#27977219874 / 28 notes
#26208822401 / 1029 notes

(Source: patakk, via l-ikn)

#26206574591 / 7012 notes
#25852585015 / 168 notes
intothecontinuum:
“  Mathematica code:
R[n_] := (SeedRandom[n]; RandomReal[])
G[A_, s_, c_, T_, x_] := A*T*Exp[-(x - c)^2/s]
ListAnimate[
Show[
Table[
Plot[
100 - n +
Sum[G[20, 5, 100*R[2n],
Sum[G[1, .15, k - R[4 n], 1, m/100 + t],
{k, -3, 3,...

intothecontinuum:

Mathematica code:

R[n_] := (SeedRandom[n]; RandomReal[])
G[A_, s_, c_, T_, x_] := A*T*Exp[-(x - c)^2/s]

ListAnimate[
Show[
Table[
Plot[
100 - n +
Sum[G[20, 5, 100*R[2n],
Sum[G[1, .15, k - R[4 n], 1, m/100 + t],
{k, -3, 3, 1}],
x],
{n, 1, 30, 1}],
{x, -10, 110}],
PlotStyle -> Directive[Black], PlotRange -> {{0, 90}, {0, 100.5}},
Filling -> Axis, FillingStyle -> White, Axes -> False, AspectRatio -> Full,
ImageSize -> {450, 600}],
{n, 0, 100, 1}]],
{t, 0, 14/15, 1/15}, AnimationRunning->False]
#25496046466 / 16 notes
#25324975972 / 805 notes
intothecontinuum:
“ Mathematica code:
R[n_] := (SeedRandom[n]; RandomReal[])
G[A_, s_, c_, T_, x_] := A*T*Exp[-(x - c)^2/s]
ListAnimate[
Show[
Table[
Plot[
100 - n +
Sum[G[2, 8, 100*R[n],
Sum[G[1, .01, k - R[2 n], 1, m/100 + t],
{k, -3, 3,...

intothecontinuum:

Mathematica code:

R[n_] := (SeedRandom[n]; RandomReal[])
G[A_, s_, c_, T_, x_] := A*T*Exp[-(x - c)^2/s]

ListAnimate[
Show[
Table[
Plot[
100 - n +
Sum[G[2, 8, 100*R[n],
Sum[G[1, .01, k - R[2 n], 1, m/100 + t],
{k, -3, 3, 1}],
x],
{n, 1, 50, 1}],
{x, -10, 110}],
PlotStyle -> Directive[Black], PlotRange -> {{-10, 105}, {0, 100.5}},
Filling -> Axis, FillingStyle -> White, Axes -> False, AspectRatio -> Full,
ImageSize -> {500, 700}],
{n, 0, 100, 1}]],
{t, 0, 14/15, 1/15}, AnimationRunning->False]