Navigation Wheel
Random walks use three important concepts in modern mathematics: probability, random number generation, and time-stepping.
Prerequisites:
Knowledge of probability theory through random number generators.
Knowledge of simple programming.
Objectives:
To examine random walks, from a simple 1-D model to a more complex 2-D model.
To visually recognize a random walk.
To numerically understand how a random walk works.
To recognize the programming steps in constructing a random walk.
Start the tutorial