Skip to main content
1-Visitor
March 29, 2011
Question

Zeros of sinus-function in an interval

  • March 29, 2011
  • 1 reply
  • 4058 views

Hi,

how do I get all zeros in an interval of a sinus function?

I tried to do it with "root" but this did not work...

I attached my file so you can take a look at my problem..

1 reply

24-Ruby IV
March 29, 2011

See the attach please

FloFi231-VisitorAuthor
1-Visitor
March 29, 2011

Ah thanks!

But there is no possibility to get a list with all zeros within the interval?

24-Ruby IV
March 29, 2011

Florian Fittschen wrote:

Ah thanks!

But there is no possibility to get a list with all zeros within the interval?

You can scan the interval with a little step (0.001 for example) and remember points where f(x) change a sign.

There is a lot others methods.