求函数y=x^5-9x^2cos(3x)+3/2019的极值点和零点的步骤和相关的mathematica程序。
Not Even Wrong.只管画图:
f[x_] := x^5 - 9 x^2*Cos[3 x] + 3/2019; Plot[f[x], {x, -1, 1}]