I'm trying to draw a graph of the function
h(t) = 200 - (1/2)9.8t^2 + 8t
but I keep receiving unexpected symbol errors when I do:
curve(200 - (1/2)*(9.8)t^2 + 8*t)
Any idea how to graph it correctly, and why I received the errors?
I'm trying to draw a graph of the function
h(t) = 200 - (1/2)9.8t^2 + 8t
but I keep receiving unexpected symbol errors when I do:
curve(200 - (1/2)*(9.8)t^2 + 8*t)
Any idea how to graph it correctly, and why I received the errors?