help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Second Order ODE


From: William Christopher Carleton
Subject: Second Order ODE
Date: Mon, 17 Nov 2008 13:33:47 -0500

I've been trying to get lsode to work on a second order ODE by breaking it into 
two firsts, but can't seem to figure out the syntax. Does anyone have a code 
example I could look at?

x'(t)=y(t)
y'(t)=rx(t)

I was able to code it and get it to plot using a for loop, but I'd really like 
to see how it could be done with lsode. Thanks,

Chris




reply via email to

[Prev in Thread] Current Thread [Next in Thread]