【数学知识】非线性方程求解的二分法以及牛顿迭代法导入包二分法问题1编程作业牛顿迭代法编程作业 本博客不谈及理论推导,只提供代码实现,关于理论推导,大家可以查看其它博客文章。 导入包 import sys import math import sympy as sp import numpy as np import matplotlib.pyplot as plt %matplotlib inline 二分法 class ConditionError(Exception): def __init__(self,ErrorInfo): super().__init__(