The MATLAB Notebook v1.6

x= -3*pi:0.1:3*pi; f =sin(x)-x/sqrt(2); plot(x,f); grid on; ... The above theorem states that one must find the stationary points where the derivative vanishes. But solving for x in . is not at all trivial. 2.4 Algorithms to Compute Stationary Points. For non-trivial problems, there are two broad classes of methods to find stationary points: ... ................
................