Unable to find explicit solution

7 visualizaciones (últimos 30 días)
tom
tom el 19 de Oct. de 2020
Respondida: Ameer Hamza el 19 de Oct. de 2020
syms b0 b1 x s a n
eqn=b0*(1-(b1/(b1+x*(1-s)))^a)==x+n
solve(eqn, x)
Output:
Warning: Unable to find explicit solution. For options, see help.
> In sym/solve (line 317)
How can i get answer with 'x'?
i want:
x = ....
Thanks!

Respuesta aceptada

Ameer Hamza
Ameer Hamza el 19 de Oct. de 2020
This warning message shows that MATLAB is not able to find an analytical solution for your equation. You need to substitute the values of b0 b1 x s a n and find a numerical solution using fsolve() or vpasolve().

Más respuestas (0)

Categorías

Más información sobre Loops and Conditional Statements en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by