Unable to find explicit solution
1 回表示 (過去 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!