Skip to content

Instantly share code, notes, and snippets.

@dudung
Created October 15, 2025 05:46
Show Gist options
  • Select an option

  • Save dudung/c431179737ef2a073afd98b5e8ce2df0 to your computer and use it in GitHub Desktop.

Select an option

Save dudung/c431179737ef2a073afd98b5e8ce2df0 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"id": "5066ce2a-9b65-4cea-8ac9-0bf93ffec4f1",
"metadata": {},
"source": [
"# random walk n-d"
]
},
{
"cell_type": "markdown",
"id": "a8011de6-c300-4d99-aafa-2e468f90082c",
"metadata": {},
"source": [
"## assignment 5\n",
"1. Explain the influence of `Nrep` to value of `mean distance` in 1-d random walk.\n",
"2. Explain the influence of `Nrep` to value of `mean distance` in 2-d random walk.\n",
"3. Explain the influence of `Nrep` to value of `mean squared distance` in 1-d random walk.\n",
"4. Explain the influence of `Nrep` to value of `mean squared distance` in 2-d random walk.\n",
"5. Summerize and generalize the influence of `Nrep` to value of `mean distance` and `mean squared distance` in n-d random walk."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "45f214a9-535b-4779-a732-b5e0a88ad21d",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.9"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment