Fortran code to calculate second-order derivative from data

  • Context: Fortran 
  • Thread starter Thread starter jimmytung
  • Start date Start date
  • Tags Tags
    Code Fortran
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
jimmytung
Messages
2
Reaction score
0
I'm looking for a fortran code to calculate second-order derivative from a dataset. Please help me!
 
Physics news on Phys.org
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.
 
thank you very much!