Problem to solve exponential equation
Show older comments
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
Accepted Answer
More Answers (1)
James Tursa
on 13 Apr 2018
Edited: James Tursa
on 13 Apr 2018
Why not solve it directly:
x = 1./log(b)
What's the point of using vpasolve for this?
1 Comment
Jose Fernandez
on 14 Apr 2018
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!