How to solve this function to find z?
古いコメントを表示
回答 (1 件)
Asad (Mehrzad) Khoddam
2020 年 10 月 20 日
Numerical (approximate) solution:
syms z;
p=4;
vpasolve(z/(z-1)*sqrt(z/(2+z))*sqrt(p)==0.32734,z)
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
