solution #12

Open
mariiako wants to merge 2 commits from mariiako/2025-plovdiv-scientific-patterns:solution into main
Showing only changes of commit ed055cdaa7 - Show all commits

View file

@ -17,7 +17,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 10,
"metadata": {
"ExecuteTime": {
"end_time": "2018-07-27T15:05:51.531289Z",
@ -35,7 +35,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 11,
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -70,7 +70,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 12,
"metadata": {},
"outputs": [
{
@ -89,7 +89,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 13,
"metadata": {},
"outputs": [
{
@ -98,13 +98,14 @@
"8.28"
]
},
"execution_count": 8,
"execution_count": 13,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"particle.position"
"dt=0.1\n",
"particle.update_position(dt)"
]
},
{