Hi,
I have this function:
z = 2.6*ln(4/z)
And I was trying to solve for z with the help of an iteration.
I start at z = 3, and iteration does not converge.
z(0) = 0.748
z(1) = 4.359
z(2) = -0.224
But for example, if I use almost the same function
z = 0.26*ln(4/z)
I can find the solution z = 0.527.
Hence my question is what value or method I should use to be able to solve it?
I have this function:
z = 2.6*ln(4/z)
And I was trying to solve for z with the help of an iteration.
I start at z = 3, and iteration does not converge.
z(0) = 0.748
z(1) = 4.359
z(2) = -0.224
But for example, if I use almost the same function
z = 0.26*ln(4/z)
I can find the solution z = 0.527.
Hence my question is what value or method I should use to be able to solve it?
Last edited: