For a given lambda function f, is it possible to find the value of x where f(x) is minimum (Python)?

前端 未结 0 1950
一整个雨季
一整个雨季 2020-12-19 04:47

I have defined the following function using lambda:

f = lambda x: x**2 + 3*x + 3

Is there any way that I use Python

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