Feeds
답변 있음
Code for newton-rapshon ( x, y)
function [root,ea,iter]=newtraph(func,dfunc,xr,es,maxit,varargin) % newtraph: Newton−Raphson root location zeroes % % [root...
Code for newton-rapshon ( x, y)
function [root,ea,iter]=newtraph(func,dfunc,xr,es,maxit,varargin) % newtraph: Newton−Raphson root location zeroes % % [root...
4년 초과 전 | 0
