How should I find the x_value corresponding to the max or min y_value of a parabola? (in Python)

前端 未结 0 846
无人共我
无人共我 2021-01-16 12:09

I\'ve been tying to use np.where to find the x_value that corresponds to the maximum y-value of a parabola, here is what I did :

import numpy as np
x = np.ara         


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