How to solve this function to find z?

Answers (1)

Numerical (approximate) solution:
syms z;
p=4;
vpasolve(z/(z-1)*sqrt(z/(2+z))*sqrt(p)==0.32734,z)

Categories

Products

Release

R2020a

Tags

Asked:

on 20 Oct 2020

Commented:

on 21 Oct 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!