photo

Quresh


NJIT

Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Estadística

Feeds

Ver por

Pregunta


Need with help with error on Newton's Method function
function [ ] = newton(f,fprime,x0,tol) x(1) = x0 - (f(x0)/fprime(x0)); error(1) = abs(x(1)-x0); k=2; ...

casi 10 años hace | 1 respuesta | 0

1

respuesta