0

I am trying to find all the solutions of an equation that contains an interpolation function int, where int=Interpolation[data] (the interpolation of some data I have).

When I tried to use Reduce such as:

Reduce[int''[x] == 0, {x}]

I get an error saying "Reduce::inex: Reduce was unable to solve the system with inexact coefficients or the system obtained by direct rationalization of inexact numbers present in the system. Since many of the methods used by Reduce require exact input, providing Reduce with an exact version of the system may help.".

The same is true if I use NSolve as NSolve[int''[x] == 0, x]

Question: How can I use Reduce when my input is an interpolation function?

J. M.'s missing motivation
  • 124,525
  • 11
  • 401
  • 574
John
  • 1,611
  • 4
  • 14

0 Answers0