Azzera filtri
Azzera filtri

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 visualizzazione (ultimi 30 giorni)
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?

Risposta accettata

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

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by