怎么用Mathematica求方程20sinx = lnx在x = 65 处的根

来源:学生作业帮助网 编辑:六六作业网 时间:2024/05/03 17:02:43
怎么用Mathematica求方程20sinx=lnx在x=65处的根怎么用Mathematica求方程20sinx=lnx在x=65处的根怎么用Mathematica求方程20sinx=lnx在x=

怎么用Mathematica求方程20sinx = lnx在x = 65 处的根
怎么用Mathematica求方程20sinx = lnx在x = 65 处的根

怎么用Mathematica求方程20sinx = lnx在x = 65 处的根
可以使用现成的函数 FindRoot ,
In[1]:= FindRoot[20*Sin[x] == Log[x],{x,65}]
Out[1]= {x -> 65.7626}