This might seem stupid, but I'm really stuck. I don't understand how to calculate the following explicitly:
$$\sum_{s_1=\pm1} \sum_{s_2=\pm1} \sum_{s_3=\pm1} e^{-{s_1s_2}}e^{-{s_2s_3}}$$
(it's the Ising model for 3 lattice sites).
I don't understand how I can calculate this in a brute force way, since the sums for $s_1$ and $s_3$ only apply to one part of the equation to be summed over.
(I know you can simplify it and end up with a much nicer expression in terms of cosh)
Help! Thanks.
Proceeding from right to left:
$$\begin{align*}\sum_{s_1=\pm1} \sum_{s_2=\pm1} \sum_{s_3=\pm1} e^{-{s_1s_2}}e^{-{s_2s_3}}& =\sum_{s_1=\pm1} \sum_{s_2=\pm1}e^{-{s_1s_2}}\left[ e^{{s_2}}+e^{-{s_2}} \right]\\ &=\sum_{s_1=\pm1}\left( e^{{s_1}}\left[ e^{{-1}}+e^{1} \right]+e^{-{s_1}}\left[ e^{1}+e^{-{1}} \right]\right)\\ &=\sum_{s_1=\pm1}\left( [e^{{s_1}}+e^{-{s_1}}]\left[ e^{{-1}}+e^{1} \right]\right)\\ &=[e^{{-1}}+e^{1}]\left[ e^{{-1}}+e^{1} \right]+[e^{{1}}+e^{-1}]\left[ e^{{-1}}+e^{1} \right]\\ &=2[e^{{-1}}+e^{1}]^2\\ &=4(\cosh(2)+1) \end{align*}$$