Skip to content
Snippets Groups Projects
Commit c9ebca4a authored by Bowy La Riviere's avatar Bowy La Riviere
Browse files

Update 1_einstein_model_solutions.md

parent 8dd9c827
Branches
No related tags found
1 merge request!94Lecture 1 solutions
Pipeline #49552 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment