Unable to find explicit solution
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
syms y b a x c d f
eqn = b+(a*log(y/x))==c+(d*log((1-y)/f));
soly = solve(eqn, y)
Warning: Unable to find explicit solution. For options, see help.
> In solve (line 317)
In Plotting (line 30)
soly =
Empty sym: 0-by-1
What is wron with my code
4 comentarios
Walter Roberson
el 10 de En. de 2022
Respuestas (2)
seema redhu
el 6 de Dic. de 2021
1 comentario
Walter Roberson
el 10 de En. de 2022
Maple thinks that 3.33507942113645790766889887448*10^(-304) might be a solution.
Ver también
Categorías
Más información sobre Special Values en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!