|
From: | Doug Stewart |
Subject: | Re: Octave code for y'''=0 ODE |
Date: | Tue, 28 Jul 2015 05:28:27 -0400 |
How can I write in this format
/function ret=f(x,t); ret=2*t^2; end;
x=lsode('f',3,(t=linspace(0,3,4)));
#plot(t,x)
x/
---
[this is an example octave code for first degree ODE]
Your answer is really helpful, but am little confused how/where to start.
Please help me..
-
[Prev in Thread] | Current Thread | [Next in Thread] |