Alright, future engineers!
**Fixed-Point Iteration:** Finds roots by rearranging `f(x)=0` to `x=g(x)` then repeating `x_new = g(x_old)`.
Ex: For `x = cos(x)`, set `x_new = cos(x_old)`.
Pro-Tip: For convergence, `|g'(x)| < 1` near the root is key!
#NumericalMethods #Iteration #STEM #StudyNotes
**Fixed-Point Iteration:** Finds roots by rearranging `f(x)=0` to `x=g(x)` then repeating `x_new = g(x_old)`.
Ex: For `x = cos(x)`, set `x_new = cos(x_old)`.
Pro-Tip: For convergence, `|g'(x)| < 1` near the root is key!
#NumericalMethods #Iteration #STEM #StudyNotes