Hello everyone,
I am trying to plot the function below, but only for values of t = 0, 10, 20, 30, etc. Is there an efficient way to control how many points your plot is comprised of? Any suggestions would be greatly appreciated!
Alex
f = Exp[-0.07*t]*500
Plot[f, {t, 0, 400}]
Attachments: