Equations and systems solver - MATLAB solve
www.mathworks.com › help › symbolicsyms x eqn = sin (x) == x^2 - 1; S = solve (eqn,x) Warning: Unable to solve symbolically. Returning a numeric solution using <a href="matlab:web (fullfile (docroot, 'symbolic/vpasolve.html'))">vpasolve</a>. S =. Plot the left and the right sides of the equation. Observe that the equation also has a positive solution.
Solving Symbolic Equations - MATLAB & Simulink
www.mathworks.com › help › matlabmobileThe following equation returns a numeric solution because the solve function cannot find a symbolic solution >> eqn = sin(x) == x^2 - 1; >> solve(eqn,x) Warning: Unable to solve symbolically. Returning a numeric solution using <a href="matlab:web(fullfile(docroot, 'symbolic/vpasolve.html'))">vpasolve</a>. S = -0.63673265080528201088799090383828