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?

 Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Symbolic Math Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 30 de Abr. de 2014

Comentada:

el 30 de Abr. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by