7、用进退法求极值:;a=0.5,h=0.5,=0.01。%建立函数f(x)。function y=f(x)if nargin=1 y=x2-10*x-36;endend%建立用进退法求解极值程序。function y=jintui(a,h,e)a=input(enter the value of a:);h=input(enter the value of h:);e=input(enter the value of e:);m=1;n=1;x0=a;x1=x0+h;while abs(x1-x0)e if f(x0)f(x1) x0=x1; x1=x0+h*2m; m=m+1; else x1=x0; x0=x1-h/2n; n=n+1; endend x=(x0+x1)/2;y=f(x);end运行结果如下:enter th
Copyright © 2018-2021 Wenke99.com All rights reserved
工信部备案号:浙ICP备20026746号-2
公安局备案号:浙公网安备33038302330469号
本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。