From 491b5a26388043f290c96c0fb7bd1668d2554ecb Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Sun, 21 Feb 2021 12:56:37 +0100 Subject: [PATCH] typo fix, closes #111 --- src/1_einstein_model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/1_einstein_model.md b/src/1_einstein_model.md index 2f875851..9b177476 100644 --- a/src/1_einstein_model.md +++ b/src/1_einstein_model.md @@ -247,7 +247,7 @@ $$ n_B(\omega,T) = \frac{1}{e^{\hbar\omega/k_B T} - 1}. $$ -Substituting $n_B$ into, the expression for the oscillator energy, obtain the expectation value of the energy stored in the oscillator at temperature $T$—the *thermal energy*: +Substituting $n_B$ into, the expression for the oscillator energy, we obtain the expectation value of the energy stored in the oscillator at temperature $T$—the *thermal energy*: $$ \begin{align} \langle E \rangle &= \frac{1}{2}\hbar\omega_0+\hbar\omega_0 \langle n \rangle \\ -- GitLab