We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4d1766 + 08b9660 commit 3d3cae2Copy full SHA for 3d3cae2
paper/paper.md
@@ -70,11 +70,11 @@ $$ \dot{\theta} = q $$
70
$$ \dot{q} = \frac{g}{L}\sin\theta $$
71
72
[Figure 1](#fig-pendulum) shows a schematic of the simple pendulum, and the system parameters are listed below:
73
-- Rod length: $L = 1 [m]$ (rigid, massless)
74
-- Gravity: $g = 9.8 [m/s²]$
+- Rod length: $L = 1$ $[m]$ (rigid, massless)
+- Gravity: $g = 9.8$ $[m/s²]$
75
+- Time step: $0.01$ $[s]$
76
+- Simulation duration: $5$ $[s]$
77
- Integration function: `solve_ivp` (SciPy)
-- Time step: $0.01 [s]$
-- Simulation duration: $5 [s]$
78
79
The expected result is an oscillatory motion of the angle $θ(t)$ in [Figure 2](#fig-theta), representing the pendulum swinging back and forth.
80
0 commit comments