Advertisement
Matthen

Pi Random Walk

Sep 9th, 2013
832
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. frame[n_] := Graphics[{
  2. {White, Thick, vis[a, 10, n]}
  3. }, PlotRange -> All, ImageSize -> {300, 300},
  4. Background -> RGBColor[44/255, 71/255, 98/255]];
  5. Manipulate[
  6. frame[n],
  7. {n,1,100,1}
  8. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement