jimmytung Messages 2 Reaction score 0 Thread starter Sep 16, 2010 #1 I'm looking for a fortran code to calculate second-order derivative from a dataset. Please help me!
minger Science Advisor Messages 1,494 Reaction score 2 Sep 17, 2010 #2 Write a subroutine which calculates a derivative based on any method you want. Send your data to that subroutine to calculate the first derivative, then re-send that data again to get the second derivative.
Write a subroutine which calculates a derivative based on any method you want. Send your data to that subroutine to calculate the first derivative, then re-send that data again to get the second derivative.