pepper
Followers: 0 Following: 0
Feeds
질문
need help for transfer Whlile loop from For loop
two newton method written with for and while loop. the result is quite different where should i fix it? big thx from bottom...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
need check for Bisection Method
%bisection_method f='func31' Nmax=100; tol=0.000001; a=-10 b=10 if feval(f,a)*feval(f,b)>0 disp('no sol') else ...
대략 4년 전 | 답변 수: 1 | 0