用Mathematic画函数图像,我也不知道哪里错了😭

求函数y=x^5-9x^2cos(3x)+3/2019
的极值点和零点的步骤和相关的mathematica程序。

img

Not Even Wrong.
只管画图:

f[x_] := x^5 - 9 x^2*Cos[3 x] + 3/2019;
Plot[f[x], {x, -1, 1}]

img