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

조회 수: 2 (최근 30일)
YU ZHU
YU ZHU 2018년 1월 30일
편집: James Tursa 2018년 1월 30일
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.

답변 (1개)

James Tursa
James Tursa 2018년 1월 30일
편집: James Tursa 2018년 1월 30일
This can easily be solved by hand
x = 5*log((-y+26669/5)/5000)/7;

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by