From: Anamika Singh on
i want to learn bisection method programming using MATLAB. I have been told that there is an inbuilt subroutine in MATLABS For biseection method.is it there ? Then how to access it?
From: Darren Rowland on
There is no inbuilt routine for bisection. There are bisection files on the file exchange e.g. http://www.mathworks.com/matlabcentral/fileexchange/15257

Hth
Darren
From: TideMan on
On Oct 5, 6:56 pm, "Anamika Singh" <anamika....(a)gmail.com> wrote:
> i want to learn bisection method programming using MATLAB. I have been told that there is an inbuilt subroutine in MATLABS For biseection method.is it there ? Then how to access it?

AKA regula falsi
Google it.