P., Dekker, T. J.,“两种保证收敛的高效算法,用于查找函数的零点”,ACM Transactions on Mathematical Software,Vol。 1,第 4 期,1975 年 12 月,第 330-345 页。第 3 节:“Algorithm M”。 DOI:10.1145/355656.355659 例子: >>> def f(x): ... return (x**2 - 1) >>> from scipy import ...