How to find the value of x for certain y(x)
2 views (last 30 days)
Show older comments
I have a function y=26669/5 - 5000*exp((7*x)/5) And I want to know when y=1, what is the value of x.
0 Comments
Answers (1)
James Tursa
on 30 Jan 2018
Edited: James Tursa
on 30 Jan 2018
This can easily be solved by hand
x = 5*log((-y+26669/5)/5000)/7;
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!