Community Profile

photo

SELAM HAILE


Last seen: 3 maanden ago Active since 2021

Statistics

Content Feed

View by

Question


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=...

meer dan 2 jaar ago | 1 answer | 0

1

answer