Apr 25, 2008 #1 D drabos Full Member level 6 Joined Jan 3, 2006 Messages 397 Helped 45 Reputation 90 Reaction score 15 Trophy points 1,298 Activity points 3,769 Hello, If I want to solve an ODE (for example underdamped second order linear de), the usual numerical techniques (Euler, RK...) don't give the good solution: Any advice? Thanks,
Hello, If I want to solve an ODE (for example underdamped second order linear de), the usual numerical techniques (Euler, RK...) don't give the good solution: Any advice? Thanks,
May 2, 2008 #2 A aospinas Member level 2 Joined Nov 24, 2003 Messages 53 Helped 10 Reputation 20 Reaction score 3 Trophy points 1,288 Activity points 224 use Matlab Octave mathematica gsl (programming in c) enjoy
May 3, 2008 #3 D drabos Full Member level 6 Joined Jan 3, 2006 Messages 397 Helped 45 Reputation 90 Reaction score 15 Trophy points 1,298 Activity points 3,769 Actually I am looking for algorithm, with Matlab I manged to solve...
May 11, 2008 #4 A architbumb Newbie level 2 Joined May 11, 2008 Messages 2 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,281 Activity points 1,287 Ya, I think Matlab would be useful for you.Try Help in Matlab for ode solver.