Skip to content

Commit 6b51c49

Browse files
authored
Merge pull request #29 from fangohr/solve_ivp
update integration of ODEs from using `odeint` to using `solve_ivp`
2 parents 6f1869a + c471595 commit 6b51c49

File tree

2 files changed

+8483
-235
lines changed

2 files changed

+8483
-235
lines changed

book/16-scipy.ipynb

Lines changed: 8477 additions & 230 deletions
Large diffs are not rendered by default.

book/99-changes.ipynb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,24 @@
55
"id": "american-settle",
66
"metadata": {},
77
"source": [
8-
"# Changes\n",
8+
"# Change history\n",
99
"\n",
10-
"Since 2021"
10+
"Since 2022"
1111
]
1212
},
1313
{
1414
"cell_type": "markdown",
1515
"id": "naughty-affairs",
1616
"metadata": {},
1717
"source": [
18-
"- 3 Jan 2022: review visualisation chapter"
18+
"- 3 Jan 2022: review [visualisation chapter](15-scipy.ipynb)\n",
19+
"- 4 Jan 2022: change from `odeint` to `solve_ivp` in [scipy chapter](16-scipy.ipynb)"
1920
]
2021
}
2122
],
2223
"metadata": {
2324
"kernelspec": {
24-
"display_name": "Python 3",
25+
"display_name": "Python 3 (ipykernel)",
2526
"language": "python",
2627
"name": "python3"
2728
},
@@ -35,7 +36,7 @@
3536
"name": "python",
3637
"nbconvert_exporter": "python",
3738
"pygments_lexer": "ipython3",
38-
"version": "3.9.0"
39+
"version": "3.10.1"
3940
}
4041
},
4142
"nbformat": 4,

0 commit comments

Comments
 (0)