How to solve this function to find z?
Show older comments
Answers (1)
Asad (Mehrzad) Khoddam
on 20 Oct 2020
Numerical (approximate) solution:
syms z;
p=4;
vpasolve(z/(z-1)*sqrt(z/(2+z))*sqrt(p)==0.32734,z)
1 Comment
Chengyang Qi
on 21 Oct 2020
Categories
Find more on Symbolic Math Toolbox 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!