solve exponential equation with three vars in Python -


i have given function

f(x) = (a - b * e^((- x + c) *d) - g(x))^2 

and don't know b, c, d.

i want know b, c, d minimum of f(x). have idea how solve it? tried trying different numbers b, c, d, didn't work out way wanted do.

(sorry bad english, hope understood everything.)


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -