From 2f95beee578606713d321a86e674c794d20003d1 Mon Sep 17 00:00:00 2001 From: Michael Wimmer <m.t.wimmer@tudelft.nl> Date: Sun, 12 Sep 2021 20:43:02 +0000 Subject: [PATCH] fix math errors --- 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 2a6cc7b..3d361ba 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{t, L} = 0.$$ +$$\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