Find the derivative of f(x)=|(x^3)-8*(x^2)+5*x+4|-0.5*x;x in [-1,7]
Find critical points of f(x) and dertimine the local maxima and local minima.
Output: Two lists of points (x,y), a list of local minima and a list of local maxima.
Hint: you may use Maple package Student[Calculus1]]
use first derivative test to avoid 'kink' point i.e. undifferentiable point
set delta=0.0001, test derivative around critical point x+delta and x-delta...