Current state of the simulation

This commit is contained in:
dario
2024-04-04 15:22:50 +02:00
committed by dario
parent 828af75fe3
commit dedd445470
4 changed files with 49 additions and 15 deletions

View File

@@ -631,7 +631,7 @@
{
"data": {
"text/plain": [
"[<matplotlib.lines.Line2D at 0x24cf15adfa0>]"
"[<matplotlib.lines.Line2D at 0x28b3b18fc20>]"
]
},
"execution_count": 13,
@@ -819,7 +819,27 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 22,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"7.767031884916352"
]
},
"execution_count": 22,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"max(np.array(acc_total) / g)"
]
},
{
"cell_type": "code",
"execution_count": 17,
"metadata": {},
"outputs": [
{
@@ -839,7 +859,7 @@
"Name: altitude, Length: 1721, dtype: float64"
]
},
"execution_count": 16,
"execution_count": 17,
"metadata": {},
"output_type": "execute_result"
}
@@ -850,7 +870,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 18,
"metadata": {},
"outputs": [
{
@@ -859,7 +879,7 @@
"19335.3982925117"
]
},
"execution_count": 17,
"execution_count": 18,
"metadata": {},
"output_type": "execute_result"
}
@@ -870,7 +890,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 19,
"metadata": {},
"outputs": [
{
@@ -890,7 +910,7 @@
"Name: Time, Length: 1721, dtype: float64"
]
},
"execution_count": 18,
"execution_count": 19,
"metadata": {},
"output_type": "execute_result"
}
@@ -901,7 +921,7 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 20,
"metadata": {},
"outputs": [],
"source": [