摘要: from scipy.optimize import fsolve import numpy as np #y = (10 ln(x+1)+30)x^0.5 def inverse_function(y_val): """ Approximate the inverse of the functio 阅读全文
posted @ 2024-01-04 21:45 CalvinChu 阅读(2) 评论(1) 推荐(0) 编辑