Finding Roots of Interpolated Function in Mathematica

  • Context: Mathematica 
  • Thread starter Thread starter LordV
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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?