How to solve this function to find z?

Respuestas (1)

Asad (Mehrzad) Khoddam
Asad (Mehrzad) Khoddam el 20 de Oct. de 2020
Numerical (approximate) solution:
syms z;
p=4;
vpasolve(z/(z-1)*sqrt(z/(2+z))*sqrt(p)==0.32734,z)

Categorías

Más información sobre Symbolic Math Toolbox en Centro de ayuda y File Exchange.

Productos

Versión

R2020a

Etiquetas

Preguntada:

el 20 de Oct. de 2020

Comentada:

el 21 de Oct. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by