Problem to solve exponential equation
显示 更早的评论
hello. I have a problem when a try solve exp(1/x)=b equation where b is a known number. for example vpasolve(exp(1/x)==3,x) the result is -1.0787658120660760897089735826813e186744862 that's clearly wrong. please help me
采纳的回答
更多回答(1 个)
James Tursa
2018-4-13
编辑:James Tursa
2018-4-13
Why not solve it directly:
x = 1./log(b)
What's the point of using vpasolve for this?
类别
在 帮助中心 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!