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 years 前 | 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 years 前 | 1 个回答 | 0