Converting a numpy array into an object that can be called on by a function

前端 未结 0 561
深忆病人
深忆病人 2020-12-04 04:22

I am new to python

I have defined a function to differentiate something as follows:

#defining the derivative function
def derivative(func,x):   
    h          


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