首页
编程
java
php
前端
首页
编程
java
php
前端
如何利用python求xtanh(3x)=5的根
如何利用python求xtanh(3x)=5的根
参考下这个
tanh python_带有Python示例的math.tanh()方法_cumudi0723的博客-CSDN博客
tanh python Python math.tanh()方法 (Python math.tanh() method)math.tanh() method is a library method of math module, it is used to get the hyperbolic tangent of given number in radians, it accepts a nu...
https://blog.csdn.net/cumudi0723/article/details/107803826
可以试试scipy.optimize.root和scipy.optimize.fsolve, 类似于matlab里面的fsolve
点击展开全文