Derivative with lambda returns the wrong approximation

后端 未结 0 1430
日久生厌
日久生厌 2020-12-06 05:31

I have two lambda functions as

p_function = lambda x: evaluate_poly(p,x)
q_function = lambda x: evaluate_poly(q,x) 

where evaluate_poly is

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