How to find the value of x for certain y(x)

5 visualizaciones (últimos 30 días)
YU ZHU
YU ZHU el 30 de En. de 2018
Editada: James Tursa el 30 de En. de 2018
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.

Respuestas (1)

James Tursa
James Tursa el 30 de En. de 2018
Editada: James Tursa el 30 de En. de 2018
This can easily be solved by hand
x = 5*log((-y+26669/5)/5000)/7;

Categorías

Más información sobre Mathematics en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by