Finding roots of an interpolated function in Mathematica

  • Context: Mathematica 
  • Thread starter Thread starter LordV
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 7K views
LordV
Messages
7
Reaction score
0
Hello,

I have an interpolated function at mathematica

x->InterpolatingFunction blahblahblah

which looks like a sin

I want to find all the roots between {x0,x1} (in a list if possible)

Is there any way to achieve this?
I tried FindRoot and Reduce but I couldn't...
 
Physics news on Phys.org
I used NSolve

and I got

t->InverseFunction[InterpolatingFunction...

is there any way to use this?