how to solve a second order differential equation with respect to time using c language.
solving differential equation
Collapse
X
-
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