From 27f6303c08fa37b4d6ce063f828dda7be3374a4c Mon Sep 17 00:00:00 2001 From: masonada2 <83097363+masonada2@users.noreply.github.com> Date: Tue, 29 Jul 2025 11:12:09 +0200 Subject: [PATCH] Update index.rst 1.5.7.2 equation In 1.5.7.2. the equations dy/dy=... and dy_dot/dt=... are displayed connected side by side. --- intro/scipy/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/intro/scipy/index.rst b/intro/scipy/index.rst index 4b802437..dea8713a 100644 --- a/intro/scipy/index.rst +++ b/intro/scipy/index.rst @@ -831,6 +831,7 @@ needs to be transformed into a system of first-order ODEs. Note that .. math:: \frac{dy}{dt} = \dot{y} + \frac{d\dot{y}}{dt} = \ddot{y} = -(2 \zeta \omega_0 \dot{y} + \omega_0^2 y) If we define :math:`z = [z_0, z_1]` where :math:`z_0 = y` and :math:`z_1 = \dot{y}`,