How to predict X given a set of Ys in Julia?

That’s not the inverse, it’s the derivative. Guessing the calculator just didn’t understand what you meant/couldn’t perform it.

1 Like

And you are very right! Now I get:

julia> fit_x
11.990348572842814

with the correct interpolation:


Thank you!