From 524e9fb43021cdfedbffbe6c9fb68c1cf60d1cba Mon Sep 17 00:00:00 2001
From: Michael Wimmer <m.t.wimmer@tudelft.nl>
Date: Sun, 12 Sep 2021 20:50:09 +0000
Subject: [PATCH] fix math error once more

---
 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 8ca9379..35b5cde 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