photo

iko123


Last seen: 6ヶ月 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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ヶ月 前 | 1 件の回答 | 0

1

回答