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년 초과 전 | 답변 수: 1 | 0