photo

Ivan Kolomiets


Last seen: 4年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


How to solve this problem: Not enough input arguments. Nonlinear equations, Vegstein
function [ root, k ] = veg(f,a,b) e = 0.00001; x0 = a; x1 = b; xn = x1 - (f(x1)*(x1-x0)/(f(x1)-f(x0))); k = 1; while (abs(...

4年以上 前 | 1 件の回答 | 0

1

回答