[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Octave code for y'''=0 ODE
From: |
deepus |
Subject: |
Re: Octave code for y'''=0 ODE |
Date: |
Tue, 28 Jul 2015 01:51:08 -0700 (PDT) |
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..
--
View this message in context:
http://octave.1599824.n4.nabble.com/Octave-code-for-y-0-ODE-tp4671861p4671864.html
Sent from the Octave - General mailing list archive at Nabble.com.