Can anone here explain to me how to find the computational complexity of Newtons Method for roots?
Name:
Anonymous2012-01-02 1:04
>>8 I have a little trick to combat this, you can average the last three 'computed' updates, and then use that average to perform the actual adjustment =) pretty simple eh