필터 지우기
필터 지우기

Solve a*x + x*(b^x) + c = 0

조회 수: 1 (최근 30일)
Ömer Yaman
Ömer Yaman 2021년 1월 25일
답변: Steven Lord 2021년 1월 25일
Hello all,
I have troubles while solving equation which is given below symbolically. Could anyone guide me? Thanks in advance.
a*x + x*(b^x) + c = 0
Best regards,
  댓글 수: 5
David Goodmanson
David Goodmanson 2021년 1월 25일
Hi Omer,
It seems highly unlikely that there is an explicit symbolic solution for x. Already the solution to a simpler problem, that of solving
x*exp(x) = z
for x, can only be expressed in terms of the lambertw function, x = lambertw(z). A numerical lambertw function is part of Matlab.
Ömer Yaman
Ömer Yaman 2021년 1월 25일
Thank you for editing!
Thank you, So I guess, I need to instert lambertw function to solve this equation

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

답변 (1개)

Steven Lord
Steven Lord 2021년 1월 25일
I'm doubtful that you'll be able to find a general symbolic solution. Substitute numeric values in for a, b, and c and use fzero.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by