SELAM HAILE
Followers: 0 Following: 0
Feeds
提问
secant method, when I run my code I keep getting an error saying output 1 the root is being numerically incorrect. can I get help?
function [xroot,residual,ea,iterCount]=student_solution(fun,xi,es,max_it,varargin) fun=@(x) sin(2*x)-tan(x/4) if(nargin<3) e=...
3 years 前 | 1 个回答 | 0