Unable to solve symbolically.
显示 更早的评论
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
采纳的回答
更多回答(1 个)
Walter Roberson
2018-10-29
1 个投票
Use vpasolve with a third parameter that gives a starting point or search range.
类别
在 帮助中心 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!