photo

Ivan Kolomiets


Last seen: mehr als 3 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


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(...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort