Code: Select all
\begin{equation}
w_j(k+1) = \biggl\lbrace
\begin{split}
w_j(k), j \notin N_{(k+1)} \\
w_j(k) + LR(k)*(x_k-w_j(k)), j \in N_{(k+1)}
\end{split}
\end{equation}
How can I remove the space shown by red lines. I tried the \begin{align} method but it does not work in my distribution.
Please tell me how to remove the unwanted white-space or is there any better way to do the same thing?
Thank you