Fortran Code for Calculating Second-Order Derivative | Get Help Now!

  • Context: Fortran 
  • Thread starter Thread starter jimmytung
  • Start date Start date
  • Tags Tags
    Code Fortran
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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!