早教吧作业答案频道 -->其他-->
matlab求一元函数零点f=4.268x^3-4.987x^2+1.786x+2.039-2.23978在区间[0.2,0.36]的零点
题目详情
matlab求一元函数零点
f=4.268x^3-4.987x^2+1.786x+2.039-2.23978在区间[0.2,0.36]的零点
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 zero
as measured by the default value of the function tolerance,and
the problem appears regular as measured by the gradient.
x =
0.2432 0.3192
>> feval(f,x)
ans =
1.0e-008 *
-0.9783 -0.0001
>> x=fsolve(f,[0.2 0.36])
Equation solved.
fsolve completed because the vector of function values is near zero
as measured by the default value of the function tolerance,and
the problem appears regular as measured by the gradient.
x =
0.2432 0.3192
>> feval(f,x)
ans =
1.0e-008 *
-0.9783 -0.0001
看了 matlab求一元函数零点f...的网友还看了以下:
将一组数字按如图2方式排列,若(m,n)表示第m排从左到右第n个数,则(5,4)表示的数是____ 2020-05-15 …
1+2+3+n=2分之1n(n+1),n是正整数,研究1*2+2*3+你(n+1),观察1*2=3 2020-05-20 …
(1+1/2+1/3+1/5)*(1/2+1/3+1/5+1/7)-(1+1/2+1/3+1/5+ 2020-06-08 …
已知(a,b)=12,[a,b]=180:(1)a=60,b=36;(2)a=12,b=180正确 2020-07-16 …
以下题目在下面13+35+57+79+91分之0.13+0.35+0.57+0.79+0.91=1 2020-07-17 …
48=2*2*2*2*384=2*2*3*748和84全部共有的质因数是(1)36和60的共有质因 2020-07-31 …
几个数学问题,请高手回答一下.1.1^2+2^2+3^2+4^2+……(N-1)^2=[(N-1) 2020-07-31 …
(x-2)^2=9(x+3)(步骤)用十字相乘法:x^2-5倍的根号2*x+83x^2-2x-1= 2020-08-03 …
一串数1,1,1,2,2,3,4,5,7,9,12,16,21,…称为帕多瓦数列.请陈述这个数列的一 2020-11-18 …
高手帮忙解决一道初2数学诡辩题2=3因为4-10=9-15,所以4-10+25/4=9-15+25/ 2020-12-23 …