05 2024 档案

摘要:import math from scipy.optimize import fsolve def func(x): return (math.pow(32.0,x)-math.pow(x,2.0)) print(fsolve(func,10)) def func1(x): return (5*ma 阅读全文
posted @ 2024-05-27 17:36 atom_lxh 阅读(22) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示