필터 지우기
필터 지우기

Basic Math Calculation and Equation

조회 수: 2 (최근 30일)
Burak Alakus
Burak Alakus 2019년 9월 3일
댓글: Burak Alakus 2019년 9월 6일
Hello guys. I just want to calculate the following equation yet my math is not enough for that i guess.
The equation is;
How to find x?
Thanks.

채택된 답변

Stephen23
Stephen23 2019년 9월 3일
>> fun = @(x) x.^x - 5.^x;
>> x = fzero(@(x)fun(x)-0.0237,pi)
x = 5.000007583872926
>> fun(x) % checking
ans = 0.02370000001019434

추가 답변 (1개)

Burak Alakus
Burak Alakus 2019년 9월 6일
Thank you for the answer yer it is not the result i wanted.
When we applied x = 5 then result is going to 0.
  댓글 수: 2
Torsten
Torsten 2019년 9월 6일
The result is not x = 5, but x = 5.000007583872926.
Burak Alakus
Burak Alakus 2019년 9월 6일
Yeah you r right. My mistake. Thank you.

댓글을 달려면 로그인하십시오.

카테고리

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