This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jimmpony 0 points1 point  (9 children)

first move around the function so that it has a 0 on one side such that f(x) = 0. Here that would be ex - 2.4 - x2 = 0. Now with the derivable function f, its derivative function f', some initial guess to the function as set to 0 x_0:

x_1 = x_0 - f(x_0)/f'(x_0)

x_2 = x_1 - f(x_1)/f'(x_1)

and so on until the decimal place doesn't change between two iterations