How to find the maximum of a absolute value function with Python

前端 未结 0 911
滥情空心
滥情空心 2020-11-22 16:11

I need to find the maximum x value in Python of this function that I write through the code:

import numpy as np

y=np.abs(-np.exp(-t/1068)+np.exp(-t/46))


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