| Author |
Comment/Response |
Andrea
|
05/17/02 04:47am
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
URL: , |
|