您現(xiàn)在的位置是:蟲蟲下載站 > 資源下載 > matlab例程 > 數(shù)值計(jì)算牛頓迭代法的matlab源程序
說(shuō)明如下:
%fun----input,the part as the form of f(x) in the equation f(x)=0
% ini
數(shù)值計(jì)算牛頓迭代法的matlab源程序
說(shuō)明如下:
%fun----input,the part as the form of f(x) in the equation f(x)=0
% ini
數(shù)值計(jì)算牛頓迭代法的matlab源程序
說(shuō)明如下:
%fun----input,the part as the form of f(x) in the equation f(x)=0
% ini----input,sets the starting point to ini
% err----input,sets admissible error
% sol----output,returns the root of equation