\begin{dmath*}
y_{ic}[n] = \begin{dcases}
y_0 + x_0 - x_0 (1 - k_2)^n & k_1 = 0 \\
k_5 + \left( y_0 - k_5 \right) (1 - k_1)^n + \begin{dcases}
x_0 k_1 n (1 - k_1)^{n-1} & k_1 \neq 0, k_1 = k_2 \\
x_0 \frac{k_2}{k_1 - k_2} \left[ \begin{split}&(1 - k_2)^n \\ & - (1 - k_1)^n \end{split} \right] & k_1 \neq 0, k_1 \neq k_2
\end{dcases}
\end{dcases}
\end{dmath*}

Is there any way I can get the conditions, which come from multiple dcases nesting levels, to appear in a single vertical column? (This would not only look nicer but save a lot of horizontal space, allowing the LHS of the entire equation to fit on the same line instead of wrapping.)
Followup: The solution provided by Harish worked very nicely... and then I noticed that I didn't need a separate case for $k_1 = 0$ (The analysis was different but led to the same result as the others -- I guess that's fairly common with partial fraction expansions).




casesenvironment. – egreg Dec 31 '12 at 17:11