solving differential equation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • guhu
    New Member
    • Apr 2008
    • 1

    solving differential equation

    how to solve a second order differential equation with respect to time using c language.
  • Laharl
    Recognized Expert Contributor
    • Sep 2007
    • 849

    #2
    Using what method? Euler's? Matrices/Eigenvalues? Factoring the characteristic equation? Some sort of numerical approximation? What have you started with? We need a lot more detail to help you with something as broad as this. Also, why C? Use a computer algebra system like Maple or Mathematica. You can also use a MATLAB interface via Mex.

    Comment

    Working...