2-9 of 1,450,000 results
Open links in new tab
  1. fixed point Iterative method for finding root of an equation

    Sep 30, 2020 · The code below gives the root and the iteration at which it occur. The code goes into an infinite loop when the function contains any logarithmic or exponential function. But works fine with …

  2. MATLAB TUTORIAL for the First Course, Part III: Fixed point

    If \ ( |g' (x) | \le K < 1 \) for all \ ( x \in (a,b) , \) then the iteration \ ( x_ {i+1} = g (x_i ) \) will converge to the unique fixed point \ ( P \in [a,b ...

  3. Fixed Point Iteration Method with MATLAB code

    The contents of this video lecture are:📜Contents 📜📌 (0:03 ) Fixed Point Iteration Method📌 (2:05 ) Example related to Fixed Point Iteration Method📌 (5:00...

  4. Simple fixed-point iteration method - MATLAB Answers - MATLAB ...

    Dec 13, 2023 · Simple fixed-point iteration method. Learn more about iteration, while loop

  5. Matlab Code: (in MATLAB editor) ( you may adjust some of the variables according to the given problem)

  6. Fixed point iteration method - File Exchange - MATLAB Central

    Sep 21, 2021 · The above sequence of values 𝑥 (𝑘)′𝑠 converges to the solution of given equation; the method depends on the choice of function 𝜙 (𝑥) and choice of 𝑥0. The above method is known as fixed …

  7. The General Iteration Method (Fixed Point Iteration Method)

    Oct 21, 2018 · "The General Iteration Method" also known as "The Fixed Point Iteration Method" , uses the definition of the function itself to find the root in a recursive way.

  8. Fixed-Point Iteration Method | PDF | Equations | Function ...

    This document describes a laboratory exercise on using the fixed-point iteration method to find roots of equations numerically in MATLAB. The objectives are to become familiar with creating MATLAB …