Implement Newmark Beta method for damped harmonic oscillation
$m = 1\text{kg}$ $k = 200 \text{N} / \text{m}$ $c = \zeta \cdot 2\sqrt{km}$ $\zeta = 0.01$
# If there is no data directory
mkdir data
# Build & Run
cargo run --release
# Plot
python pq_plot.py


