Questions on the interpolation functions in Mathematica (Interpolation[], ListInterpolation[], FunctionInterpolation[], InterpolatingPolynomial[], etc.)
7
votes
0answers
142 views
Creating and using an explicit piecewise function in a convenient way
I have a set of data points that define a function in the form
curvePts = {data1,data2,...}
where
...
4
votes
0answers
140 views
Cubic polynomial interpolation with velocities listed rather than some points
I am trying to use the function BSplineFunction[] to create a natural cubic spline. Normally what is done is that you specify "SplineDegree -> 3" and include a list of points and it will carry out ...
4
votes
0answers
129 views
Artifacts in Line Plot from InterpolatingFunction
I have a periodic solution from an NDSolve that is producing an InterpolatingFunction. With the default plot settings, there is not enough PlotPoints/MaxRecursion to resolve the peaks in the function:
...
2
votes
0answers
148 views
How to make 3D object smooth?
This thread considers mathematical methods here to make the 3D object smooth but this question consider how to achieve the goal of smoothing a 3D object in Mathematica.
I want to get smoother ...

