level 2
代码分别是:
Plot[Log[Cos[x^2] + Sin[x]], {x, -Pi/4, Pi/4}, GridLines -> Automatic,
Frame -> True, PlotStyle \[RightArrow] RGBColor[0, 0, 1]]
Plot[1/(x^2 + 2 x + 1), {x, -5, 4}, GridLines -> Automatic,
Frame -> True, PlotStyle -> RGBColor[1, 0, 0]]
2024年01月04日 03点01分
