Skip to main content
12-Amethyst
March 22, 2019
Question

Graphing

  • March 22, 2019
  • 2 replies
  • 1245 views

Hi

 

I'm unable to graph   the data.

It says t is not defined but   it is a function of t

Please help

2 replies

24-Ruby IV
March 22, 2019

plot.png

25-Diamond I
March 23, 2019

Once again, Prime's notorious auto-labelling feature struck!

The "t" on the horizontal axis is labelled "automatic" but the "t" in your function call on the vertical axis is labelled "Variable".

If you label them identical, the plot works. I simply deleted the t in your function call on the vertical axis and retyped it again and this did the job as well.

B.jpg

Nevertheless defining a range for t as Valery had shown gives you a bit more control over the plot and you may prefer this approach.