Feeds
提问
Newton's Method Plot of Errors
Hi! I am new to MATLAB and I am using this code %to solve nonlinear equations using newton %f(x)=(x+1)*(x-1/2) %df(x)=2*x+1/...
5 years 前 | 1 个回答 | 0
1
个回答提问
Newton's Method Help
I have a code that works for Newton's method, but I am trying to make it into an algorithm that takes an imput from the interval...
5 years 前 | 1 个回答 | 0
