필터 지우기
필터 지우기

I want to solve this equation: 0.16+24*a/​(1+4.23*((​1-a)/(1-2*​a))^0.5)^2​=0 How can i do this?

조회 수: 1 (최근 30일)
I want to solve this equation: 0.16+24*a/(1+4.23*((1-a)/(1-2*a))^0.5)^2=0 How can i do this?

채택된 답변

Mischa Kim
Mischa Kim 2014년 4월 30일
Alireza, you could use
syms a
sol = solve(0.16+24*a/(1+4.23*((1-a)/(1-2*a))^0.5)^2==0)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by