Newton's Method
mathFormula$$ x_{i + 1} = x_i - \frac{f(x_i)}{f’(x_i)} $$Where f'(x) is the derivative. ExampleSay you want to find the value of x in $ x^
May 24, 2017
Formula$$ x_{i + 1} = x_i - \frac{f(x_i)}{f’(x_i)} $$Where f'(x) is the derivative. ExampleSay you want to find the value of x in $ x^
May 24, 2017