How to solve this function to find z?

1 visualización (últimos 30 días)
Chengyang Qi
Chengyang Qi el 20 de Oct. de 2020
Comentada: Chengyang Qi el 21 de Oct. de 2020
1<=p<=10

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 Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by