Order Theory
Fixed point iteration is a numerical method used to find an approximate solution to equations of the form $$x = g(x)$$, where the function $$g$$ transforms an initial guess into a new approximation. This method repeatedly applies the function to converge towards a fixed point, which is a value that remains unchanged when the function is applied. The effectiveness of fixed point iteration depends on the properties of the function and the choice of the initial guess.
congrats on reading the definition of Fixed Point Iteration. now let's actually learn it.