Niclas Alexandersson edited a) Function.tex  about 10 years ago

Commit id: 8e07adf8feabac1a0a34bfb6a455bcb233e55ceb

deletions | additions      

       

T(i, 0) &= c_A + c_B\\  T(i, x) &= c_0 \sum_{a=0}^{x} \left[ c_1 + T(i-1, x-a) \right]  \end{align*}  \end{subequations} This looks $\mathcal{O}(\text{horrendous})$, so let's try to improve it.