Choose Cuurency to display prices

   

watarfall by code

waterfall.gif

Mathematica

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[.05, 6, 100*R[n], 
                 Sum[G[1, .01, k - R[2 n], 1, m/100 + t], 
                 {k, -3, 3, 1}], 
                x],
     {n, 1, 100, 1}], 
   {x, -10, 110}],
    PlotStyle -> Directive[Black], PlotRange -> {{-10, 110}, {0, 100.5}},
    Filling -> Axis, FillingStyle -> White, Axes -> False, AspectRatio -> Full, 
    ImageSize -> {500, 700}],
  {n, 0, 100, 1}]],
{t, 0, .95, .5}, AnimationRunning->False]



Bruce Sterling

13.11.2013
Comments
Order by: 
Per page:
 
  • There are no comments yet
Post info
13.11.2013 (4687 days ago)
Rate
0 votes
Actions
Recommend
Categories
Design (270 posts)
Dress (1 posts)
Fashion (117 posts)
Food (1 posts)
Goodies (2 posts)
Magazine (1 posts)
Shop (1 posts)
Spot (1 posts)
Travel (2 posts)