How can I solve an equation containing log ?

조회 수: 5 (최근 30일)
Ketha Jaya Sandeep
Ketha Jaya Sandeep 2020년 3월 29일
답변: Star Strider 2020년 3월 29일
c=1692.19
m=260kg
k=91.23
x=100ft
(k*x/m)+v+(c/k)*ln((-kv+c)/c)=0
Find v ?
How to solve this equation in matlab?

답변 (1개)

Star Strider
Star Strider 2020년 3월 29일
Use the fsolve function, because it will return complex results, and since the argument to the log function is negative it will return a complex results for ‘v’, at least during the optimisation process.
Also see the documentation section on Anonymous Functions.
Alternatively, use the Symbolic Math Toolbox solve and vpa functions

카테고리

Help CenterFile Exchange에서 Numbers and Precision에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by