Community Profile

photo

Ivan Kolomiets


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer