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