c++ - fixed point iteration - Stack Overflow

c++ - fixed point iteration - Stack Overflow

瀏覽:1348
日期:2025-06-24
I think you simply don't have a situation in which the iterative algorithm is applicable. See here for some conditions. Your function doesn't have an attractive fixed point near 1.5, and the algorithm diverges. But why the numerics: Your function is f(x) ...看更多