フィルターのクリア

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 日間)
Alireza
Alireza 2014 年 4 月 30 日
コメント済み: Alireza 2014 年 4 月 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 Center および File ExchangeCalculus についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by