Discusss about the newton's method(on youtube)

来源:互联网 发布:java项目添加log日志 编辑:程序博客网 时间:2024/06/05 10:30


Discuss about the newton's video on Youtube:  https://www.youtube.com/watch?v=-DpZOZTsdvg

Luis Reguera

11 months ago
 
so...if Newton's method doesn't work...which is the alternative?
Read moreShow less
Reply
 · 
Hide replies
Lorenzo Sadun
11 months ago
 
The bisection method is MUCH slower than Newton, but is also more robust.  For more info, the Wikipedia article on it is pretty clear.
Read moreShow less
Reply
 · 
Luis Reguera
10 months ago
 
+Lorenzo Sadun  Hi, sorry but the equation that I am calculating doesn't seem to work properly. It doesn't seem to work with the bisection or the Muller method since only has solutions in a determined range of values. Could I send you the equation precisely to discuss about it?. Do you have any email?
Read moreShow less
Reply
 · 
Lorenzo Sadun
10 months ago
 
Bisection always works for continuous functions. (Have you checked that your function is continuous?) If f(a) is negative and f(b) is positive, then there is a point between a and b where f(x)=0. So check (a+b)/2. If f((a+b)/2) is negative, then your root is between (a+b)/2 and b. If f((a+b)/2) is positive, then the root is between a and (a+b)/2.  Lather, rinse, repeat.
Read moreShow less
Reply
 · 
Luis Reguera
10 months ago
 
+Lorenzo Sadun Yes, the problem as I said is that only has a limited range of real values so...imaginary solution show up when these kind of methods are used and then it can not converge. In conclusion, it is not a continuous equation so what would be the solution for a non-continuous equation?
Read moreShow less
Reply
 · 




0 0
原创粉丝点击