This commit is contained in:
lwj
2025-06-16 22:51:11 +08:00
parent 6baaac12c5
commit 08d293657d
4 changed files with 127 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ def MullerSolve(fx,x0,x1,x2,err1,err2,N):
if __name__ == "__main__":
##############################################################################################################
err1 = 1e-5 # 精度要求 P152
err2 = 1e-5 # 精度要求 P152
N = 100 # 最大迭代次数