photo

Ivan Kolomiets


Last seen: 3 years 前 自 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 years 前 | 1 个回答 | 0

1

个回答