Community Profile

photo

SHUBHAM GHADOJE


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Bisection Method Code MATLAB
function c = bisectionMethod(f,j,k,error)%f=@(x)x^2-3; j=1; k=2; (ensure change of sign between a and b) error=1e-4 c=(j+k)/2; ...

3 years ago | 1