photo

iko123


Last seen: 6 månader ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


how to fix this
% Function to perform Regula-Falsi method function root = regula_falsi(f, a, b,tol) fa = f(a); fb = f(b);

6 månader ago | 1 answer | 0

1

answer