Python 3.8 - Program to find shorest distance from f(x) to origio

前端 未结 0 697
猫巷女王i
猫巷女王i 2021-01-12 20:01

I wish to make a short python program (python 3.8) that it can read a function f(x) and find the shortest distance to origin d(x,y)=sqrt(x^2+(f(x))^2) by solving 2x+2f(x)*f

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