Skip to content

Commit 3d3cae2

Browse files
authored
Merge pull request #116 from C4dynamics/dev
refine pendulum parameters for clarity and consistency in documentation
2 parents e4d1766 + 08b9660 commit 3d3cae2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

paper/paper.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ $$ \dot{\theta} = q $$
7070
$$ \dot{q} = \frac{g}{L}\sin\theta $$
7171

7272
[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²]$
73+
- Rod length: $L = 1$ $[m]$ (rigid, massless)
74+
- Gravity: $g = 9.8$ $[m/s²]$
75+
- Time step: $0.01$ $[s]$
76+
- Simulation duration: $5$ $[s]$
7577
- Integration function: `solve_ivp` (SciPy)
76-
- Time step: $0.01 [s]$
77-
- Simulation duration: $5 [s]$
7878

7979
The expected result is an oscillatory motion of the angle $θ(t)$ in [Figure 2](#fig-theta), representing the pendulum swinging back and forth.
8080

0 commit comments

Comments
 (0)