MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

Plot Random Walk!

  • To: mathgroup at smc.vnet.net
  • Subject: [mg34388] Plot Random Walk!
  • From: "Andrea" <cigen at hil.de>
  • Date: Fri, 17 May 2002 06:31:32 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

With this procedure i plot a randomwalk

RandomWalk[n_]:=NetList[#+(-1)^Random[Integer ])&,0,n]

ListPlot [RandomWalk[200],PlotJoined-->True]



How can i plot for example 100 random walk on the same plot??

Thankyou






  • Prev by Date: Re: data file problem
  • Next by Date: cannot solve *trivial* equation
  • Previous by thread: RE: solving vector equations in mathematica
  • Next by thread: Re: Plot Random Walk!