Upward recursion

We will evaluate bessel upward recursion using the formula

\begin{equation} j_{l+1}(x) = \frac{2i+1}{x} j_l - j_{l-1} \end{equation}

downward recursion

Now we will use recursion:

\begin{eqnarray} j_{l-1} = (2l+1)/x j_l - j_{l+1} \end{eqnarray}