Code: Select all
ln(1-x) -(x + x^2/2 + x^3/3 + x^4/4 + ...)
--------- = ------------------------------------
ln(1+x) x - x^2/2 + x^3/3 - x^4/4 + ...
now he says: "Divide out the two series formally to get:"
Code: Select all
ln(1-x)
--------- = -(1 + x + x^2/2 + 5x^3/12 + ...)
ln(1+x)
and i was just like: WTF?! divide out formally? is that supposed to be obvious? at least for me, it wasn't. now i think, i have figured out what has to be done. i think, it involves a deconvolution of two sequences of numbers. i wrote a little latex document about that, in order to not have to go through it again:
www.rs-met.com/documents/dsp/PowerSeries.pdf
maybe it can be done in much simpler terms and i'm just not seeing the wood for the trees. if so, i'd be happy if someone could point me in the right direction.
anyway - i was rewarded with a nice little direct (time-domain) deconvolution algorithm. i guess, i re-invented the wheel (yet again) - but i'm not aware of any material on direct (i.e. not FFT based) deconvolution.
