fsolve finds the zeros of my function, but also the local minimum/maximum values. I just want to plot the zeros on domain [-3,5]

后端 未结 0 1613
無奈伤痛
無奈伤痛 2021-01-07 20:56
import warnings
warnings.filterwarnings(\'ignore\', \'The iteration is not making good progress\')
import matplotlib.pyplot as plt
import numpy as np
import math
imp         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题