User Portlet User Portlet

Rafael López
Discussions
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/2b0855cc-87f6-4eb6-b8c5-5c7f8c4d746d
I want to solve an ODE when it appears an Interpolating Function. First I obtain the function y[s] (or Y[s]) aa = .4; sol = NDSolve[{-4 + 4/y[s]^2 - y[s]^2 + y[s]^4 + y'[s]^2 == 0, y[0] == 1.207}, y[s], {s, 0, aa}]; ParametricPlot...