[Scipy optimization tutorial] VI. root seeking, fixed point problem and its acceleration algorithm
Refer to the official website: Scipy.
Fixed point problem
The problem closely related to finding the zero point of a function is to find the fixed point of a function. The fixed point of a function refers to the point returned when the function is evaluated:
g
(
...
Posted by abriggs on Sun, 27 Feb 2022 02:36:58 +0100