help-octave
[Top][All Lists]
Advanced

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

Non homogeneous differential equations


From: François Poulain
Subject: Non homogeneous differential equations
Date: Sun, 20 May 2007 16:31:11 +0200

Hello,

I am a student in control theory, and for many applications, I need to
solve non homogeneous ODEs like \dot x = f(x,t,u(t))

Is there possible with GNU/Octave ? I didn't find any way in the help or
in internet.

In matlab, I am using the following sequence :
ode45(@(t,x) f(t, x, u), tspan, x_0);

Thank for your help. 

@++, François
-- 
François Poulain <address@hidden>



reply via email to

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