Опубликовано: 28 Сентябрь 2024 на канале: Xiaojing Ye
33
0
Implementation to solve Problems 2.2.4 and 2.2.8
For Problem 2.2.8 I mistakenly set f(x) as x^3 - x + 1 so the code doesn't produce a solution in [1,2]. If you change it to x^3 - x -1 as in the textbook it will as expected.