I have x,y coordinates. They are arranged at fixed intervals of 1 unit along the x axis. The Y values are arbitrary. I want to draw smooth curvy line that passes through all of them. Or rather, I want a formula to find the y for any value of x for the hypothetical line.
2026-04-04 04:37:15.1775277435
How to draw a curve through every point.
83 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Here are a few methods you can use:
Simply interpolate them using a bunch of quadratics. The resulting curve will have discontinuous 2nd derivative.
Lagrange polynomial
Discrete Fourier transform