You are on page 1of 5

Program:

The function that is to be solved is defined in a separate ‘.m’ file named after the
function and similarly two other ‘.m’ files are used to define differentiated function(For
Newton Raphson method) and another one for Approximation method.

1) Function f that is to be solved

2) Differentiation of function f for Newton Raphson Method

3) Function m that is to be used Approximation Method


Program to Solve The Problem:
Output:
1) Bisection Method

2) False Position Method

3) Secant Method

4) Newton Raphson Method


5) Successive Approximation Method

Note: Flowchart is made using Lucid Chart software.

You might also like