0% found this document useful (0 votes)
43 views1 page

Regula Falsi

This document presents the results of using the regula falsi method to find the root of a function. It shows the iterative calculations of a, b, c, and the error (er) until converging on the root of 0.567145. The regula falsi method uses successive midpoints of intervals containing the root to home in on the solution.

Uploaded by

Areeb Ahmad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views1 page

Regula Falsi

This document presents the results of using the regula falsi method to find the root of a function. It shows the iterative calculations of a, b, c, and the error (er) until converging on the root of 0.567145. The regula falsi method uses successive midpoints of intervals containing the root to home in on the solution.

Uploaded by

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

Regula_falsi

> Regula_falsi.m

OUTPUT

a b c er
0.000000 2.000000 0.698162 Inf
0.000000 0.698162 0.581480 1.864665
0.000000 0.581480 0.568735 0.200663
0.000000 0.568735 0.567320 0.022410
0.000000 0.567320 0.567163 0.002494
0.000000 0.567163 0.567145 0.000277

Root is: 0.567145

You might also like