How to solve this function to find z?

1 vue (au cours des 30 derniers jours)
Chengyang Qi
Chengyang Qi le 20 Oct 2020
Commenté : Chengyang Qi le 21 Oct 2020
1<=p<=10

Réponses (1)

Asad (Mehrzad) Khoddam
Asad (Mehrzad) Khoddam le 20 Oct 2020
Numerical (approximate) solution:
syms z;
p=4;
vpasolve(z/(z-1)*sqrt(z/(2+z))*sqrt(p)==0.32734,z)
  1 commentaire
Chengyang Qi
Chengyang Qi le 21 Oct 2020
yes, it is. thanks a lot

Connectez-vous pour commenter.

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange

Tags

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by