Unable to solve symbolically.
Mostrar comentarios más antiguos
I want to solve x, and it shows the warning messege "Unable to solve symbolically". It tells me to use vpasolve, but I don't want the "0" answer. Below is my code.
>syms x real;
>sol = solve(sin(x)==0.703*x,x);
What should I do to solve x?
Thanks
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 29 de Oct. de 2018
1 voto
Use vpasolve with a third parameter that gives a starting point or search range.
Categorías
Más información sobre Symbolic Math Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!