Math Applied

Fairly often I run across or derive something I think is interesting enough to share... That's going here.

The recursive Square Root algorithm from a Digital Signal Processing book.

y(n) = 0.5(y(n-1) + NUMBER/y(n-1))

Periodic Signals in Excel