Newton's method in Matlab - MathWorks
www.mathworks.com › matlabcentral › answersJan 26, 2019 · Newton's Method formula is x_ (n+1)= x_n-f (x_n)/df (x_n) that goes until f (x_n) value gets closer to zero. Sign in to answer this question. Accepted Answer Basil C. on 26 Jan 2019 3 Link Edited: Basil C. on 26 Jan 2019 You seem to have made some fudamentals errors in your code. 1. the variable 'x' cannot be used however you feel right