Difference between mathematical interpolation and numerical interpolation?

65 Views Asked by At

I have a data set of points. This data is not of full points. Instead, I have to generate a python code using tck = interpolate.bisplrep(xx, yy, zz, s=0) to interpolate the missing points between the values.

I want to describe the code but I dont know if I should say mathematical interpolation using a code or numerical interpolation?

Would someone please explain the difference