Mathematica数学实验求根
作出函数f(x)=ex-cosx的图形;求出方程f(x)=0在[-20,0]的所有根;令为从0向左依次排列的方程的根,输出xn-1-xn,并指出lim(xn-1-xn),...
作出函数f(x)= ex-cosx的图形;求出方程f(x)=0 在[-20,0]的所有根;令 为从0向左依次排列的方程的根,输出 xn-1-xn ,并指出 lim(xn-1-xn),下面还有个N趋于无穷大
展开
1个回答
展开全部
f[x_] := Exp[x] - Cos[x]
Plot[f[x], {x, -20, 20}, AxesLabel -> {"x", "f(x)"}, PlotRange -> All]
Plot[f[x], {x, -20, 0}]
{FindRoot[f[x] == 0, {x, -20}], FindRoot[f[x] == 0, {x, -17.5}],
FindRoot[f[x] == 0, {x, -15}], FindRoot[f[x] == 0, {x, -10}],
FindRoot[f[x] == 0, {x, -5}], FindRoot[f[x] == 0, {x, 0}]}
Reverse[Drop[%, 1]]
{{x -> 0.}, {x -> -4.72129}, {x -> -10.9956}, {x -> -14.1372}, {x -> \
-17.2788}}
以上符合题意不?
Plot[f[x], {x, -20, 20}, AxesLabel -> {"x", "f(x)"}, PlotRange -> All]
Plot[f[x], {x, -20, 0}]
{FindRoot[f[x] == 0, {x, -20}], FindRoot[f[x] == 0, {x, -17.5}],
FindRoot[f[x] == 0, {x, -15}], FindRoot[f[x] == 0, {x, -10}],
FindRoot[f[x] == 0, {x, -5}], FindRoot[f[x] == 0, {x, 0}]}
Reverse[Drop[%, 1]]
{{x -> 0.}, {x -> -4.72129}, {x -> -10.9956}, {x -> -14.1372}, {x -> \
-17.2788}}
以上符合题意不?
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询