How to solve this function to find z?

조회 수: 1 (최근 30일)
Chengyang Qi
Chengyang Qi 2020년 10월 20일
댓글: Chengyang Qi 2020년 10월 21일
1<=p<=10

답변 (1개)

Asad (Mehrzad) Khoddam
Asad (Mehrzad) Khoddam 2020년 10월 20일
Numerical (approximate) solution:
syms z;
p=4;
vpasolve(z/(z-1)*sqrt(z/(2+z))*sqrt(p)==0.32734,z)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

태그

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by