Community Profile

photo

Quresh


NJIT

Active since 2015

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


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

9 years ago | 1 answer | 0

1

answer