Yes that's right , so can i interpolate both at the same time ? or i need first interpolate M and later i call again to interpolate dM ?
sorry for this doubt, but I had never interpolated data before.
Hello , I'm doing a calculate with Fortran which involves an integral of data set and a numerical derivative.
So first i calculate de derivative of the data set using a three-point numerical differentiation
subroutine derivation(np,Pdata,Mdata,dMdata)
implicit none
INTEGER ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.