Unfortunately, I don't know any basic maths, and I need to solve the following equation for $L$ using the intercept of my graph:
$$\begin{aligned} intercept & = \frac{2L}{\pi^2 + L(L - 1)} \\ \end{aligned}$$
So far, I have:
$$\begin{aligned} intercept & = \frac{2L}{\pi^2 + L^2 - L} \\ \end{aligned}$$
$$\begin{aligned} intercept.\pi^2 + L^2 - L & = 2L \\ \end{aligned}$$
$$\begin{aligned} intercept.\pi^2 & = 2L - L^2 + L \\ \end{aligned}$$
$$\begin{aligned} intercept.\pi^2 & = 3L - L^2 \\ \end{aligned}$$
$$\begin{aligned} \frac{intercept.\pi^2}{3} & = L - L^2 \\ \end{aligned}$$
My excuse is that it's been a long time since I've done any basic maths, so I've probably rearranged it incorrectly... and I'm not sure what to do with the $L^2$, seeing as I need only one term for $L$ as I need to extract its value from the intercept of my graph. )