PDA

View Full Version : Help me write Fortran code


jimmytung
Sep16-10, 09:49 PM
I'm looking for a fortran code to calculate second-order derivative from a dataset. Please help me!

minger
Sep17-10, 07:56 AM
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.

jimmytung
Sep17-10, 07:57 AM
thank you very much!