From c9ebca4a3d9cbb7bfcc048241938db9d81f53a50 Mon Sep 17 00:00:00 2001 From: Bowy La Riviere <b.m.lariviere@student.tudelft.nl> Date: Sun, 17 Jan 2021 19:03:46 +0000 Subject: [PATCH] Update 1_einstein_model_solutions.md --- src/1_einstein_model_solutions.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/1_einstein_model_solutions.md b/src/1_einstein_model_solutions.md index 7e335ceb..4f7f13c1 100644 --- a/src/1_einstein_model_solutions.md +++ b/src/1_einstein_model_solutions.md @@ -30,6 +30,7 @@ configure_plotting() 1. An ideal gas only contains 3 positional degrees of freedom. 2. $C = 2k_B$. 3. See image below + ```python fig, ax = plt.subplots() omega = np.linspace(0.1, 3) @@ -46,8 +47,10 @@ ax.set_yticks([0,1, 2]) ax.set_yticklabels(['$0$','$1$', '$2$']) ax.set_title('$T_1<T_2$') ax.legend() -draw_classic_axes(ax, xlabeloffset=.2); +draw_classic_axes(ax, xlabeloffset=.2) +fig.show(); ``` + 4. Minus sign in the exponent. This would result in $n_B(T = 0) = -1$, which is not physical. 5. See plot with slider -- GitLab