> 其他 >
matlab 求二元函数最小值问题.
p=d/(tan((pi/4)+2*atan(d/h)-(pi/2)))
l=(p/2)*(d*sqrt(p^2+d^2)+p^2*log(sqrt(p^2+d^2)+d))
d,h范围为0~10
求函数l 的最小值 及最小值点..
人气:453 ℃ 时间:2020-05-22 11:00:58
解答
function l=icesn(x) % 保存为 icesn.m 文件d=x(1);h=x(2);p=d/(tan((pi/4)+2*atan(d/h)-(pi/2)));l=(p/2)*(d*sqrt(p^2+d^2)+p^2*log(sqrt(p^2+d^2)+d));---------------------------------------------------------...
推荐
猜你喜欢
© 2025 79432.Com All Rights Reserved.
电脑版|手机版