From 0bb3cc1e21d98fb0cbef08d4acccfa47d5350c72 Mon Sep 17 00:00:00 2001 From: Michael Wimmer <m.t.wimmer@tudelft.nl> Date: Sun, 12 Sep 2021 20:46:33 +0000 Subject: [PATCH] fix math error hopefully for real --- src/8_differential_equations_2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/8_differential_equations_2.md b/src/8_differential_equations_2.md index 3d361ba..8ca9379 100644 --- a/src/8_differential_equations_2.md +++ b/src/8_differential_equations_2.md @@ -272,7 +272,7 @@ derivative. For the Schrödinger equation, we could supply the initial conditions -$$\psi(x,0)= \psi_{0}(x) \ & \ \psi(0,t) = \psi(L, t) = 0 \text{for all $t$}.$$ +$$\psi(x,0)= \psi_0(x) \& \ \psi(0,t) = \psi(L, t) = 0 \text{for all $t$}.$$ This particular set of boundary conditions corresponds to a particle in a box, a situation which is used as the base model for many derivations in quantum -- GitLab