Plot[sin[x], {x,1,5}]
Manipulate[Plot[Sin[n x], {x, 0, 2 Pi}], {n, 1, 10}]
Plot[Sin[x], {x, 0, 2 Pi}, Frame -> True, PlotStyle -> Green]
Solve[x^2 == 9, x]
Plot[sin[x], {x,1,5}]
Manipulate[Plot[Sin[n x], {x, 0, 2 Pi}], {n, 1, 10}]
Plot[Sin[x], {x, 0, 2 Pi}, Frame -> True, PlotStyle -> Green]
Solve[x^2 == 9, x]