From 17a6ec8659857f1a8cbcacc678d8d42e2b250b4c Mon Sep 17 00:00:00 2001 From: Lars kleyn Winkel <l.kleynwinkel@student.tudelft.nl> Date: Wed, 12 Feb 2020 18:02:08 +0000 Subject: [PATCH] Update src/8_many_atoms_sol.md, AUTHORS.md files Deleted 8_many_atoms_sol.md --- 8_many_atoms_sol.md | 20 -------------------- AUTHORS.md | 1 + src/8_many_atoms_sol.md | 4 ++-- 3 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 8_many_atoms_sol.md diff --git a/8_many_atoms_sol.md b/8_many_atoms_sol.md deleted file mode 100644 index 69261c2e..00000000 --- a/8_many_atoms_sol.md +++ /dev/null @@ -1,20 +0,0 @@ -```{python initialize=true} -import matplotlib -from matplotlib import pyplot - -import numpy as np - -from common import draw_classic_axes, configure_plotting - -configure_plotting() - -pi = np.pi -``` - -# Solutions for lecture 7 exercises - -## Exercise 1: analyzing the diatomic vibrating chain - -### Subquestion 1 - - diff --git a/AUTHORS.md b/AUTHORS.md index 49fcd18c..53e62af8 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -9,6 +9,7 @@ The following people contributed to making of these lecture notes: * Sander Otte * Sathish Kumar RK * Toeno van der Sar +* Lars kleyn Winkel <!-- Execute diff --git a/src/8_many_atoms_sol.md b/src/8_many_atoms_sol.md index f0dab83f..e672ffc7 100644 --- a/src/8_many_atoms_sol.md +++ b/src/8_many_atoms_sol.md @@ -11,11 +11,11 @@ configure_plotting() pi = np.pi ``` -# Solutions for lecture 7 exercises +# Solutions for lecture 8 exercises ## Exercise 1: analyzing the diatomic vibrating chain ### Subquestion 1 -8_many_atoms_sol.md \ No newline at end of file +8_many_atoms_sol.md -- GitLab