Skip to main content
1-Visitor
August 11, 2011
Solved

why cannot this simple graph be plotted correctly?

  • August 11, 2011
  • 2 replies
  • 8184 views

Please find why I cannot graph this correctly in period

In the graph, why is the period T not equat 2 pi / 6283.2 = 0.001second ?

How to make this graph correctly?

Thanks

Best answer by ValeryOchkov

Do not use the quick plot - see the attach!

2 replies

24-Ruby IV
August 11, 2011

Do not use the quick plot - see the attach!

rlyang1-VisitorAuthor
1-Visitor
August 11, 2011

Thank you very much.

I am beginer. I got another plot, I do not know why I cannot plot all red line ?

There suppose to be a continuous red line. Please give me advice.

Thank you

24-Ruby IV
August 12, 2011

Attach please the file!

rlyang1-VisitorAuthor
1-Visitor
August 13, 2011

I do not know whhat is wrong with this graph ? please see the attached file.

19-Tanzanite
August 13, 2011

You are using a frequency of 1000 cycles per unit time with a range of 20 time units. That means you are asking the plot to display 20000 sinusoids. This is asking too much! Change the plot range to, say, 0 to 10^-2 and you will see the sinusoids.

Alan