Unable to find explicit solution
4 次查看(过去 30 天)
显示 更早的评论
syms y b a x c d f
eqn = b+(a*log(y/x))==c+(d*log((1-y)/f));
soly = solve(eqn, y)
Warning: Unable to find explicit solution. For options, see help.
> In solve (line 317)
In Plotting (line 30)
soly =
Empty sym: 0-by-1
What is wron with my code
回答(2 个)
seema redhu
2021-12-6
1 个评论
Walter Roberson
2022-1-10
Maple thinks that 3.33507942113645790766889887448*10^(-304) might be a solution.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Special Values 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!