How can I solve an equation containing log ?

5 次查看(过去 30 天)
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