matlab求一元函数零点
题目
matlab求一元函数零点
f=4.268x^3-4.987x^2+1.786x+2.039-2.23978在区间[0.2,0.36]的零点
答案
>> f=@(x)4.268*x.^3-4.987*x.^2+1.786*x+2.039-2.23978;>> x=fsolve(f,[0.2 0.36])Equation solved.fsolve completed because the vector of function values is near zeroas measured by the default value of the...
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
最新试题
热门考点