0% found this document useful (0 votes)
130 views

Fixed Point Method: Matlab Code

The document discusses the fixed point method. The fixed point method finds solutions to equations by iteratively guessing values that satisfy the equation in the form x = g(x). The method starts with an initial guess and recursively applies the function g(x) to find a fixed point where x = g(x), converging to the solution.

Uploaded by

Ubaid Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
130 views

Fixed Point Method: Matlab Code

The document discusses the fixed point method. The fixed point method finds solutions to equations by iteratively guessing values that satisfy the equation in the form x = g(x). The method starts with an initial guess and recursively applies the function g(x) to find a fixed point where x = g(x), converging to the solution.

Uploaded by

Ubaid Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Fixed point method

Fixed point : A point, say, s is called a fixed point if it satisfies the equation x =
g(x). Fixed point Iteration : The transcendental equation f(x) = 0 can be converted
algebraically into the form x = g(x) and then using the iterative scheme with the
recursive relation.

Matlab code

You might also like