help-octave
[Top][All Lists]
Advanced

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

nonlinear differential equations


From: Zwingel, Reinhold
Subject: nonlinear differential equations
Date: Fri, 1 Jun 2001 10:48:16 +0200

Hi,

how can I create a m-file for nonlinear differential equations?

e.g:

dx1/dt =  b1*u1 - a1*x1 -a2*x2*x3
dx2/dt =  b2*u2 - a3*x2
dx3/dt = -b3*u3 + a4*a2*x1*x2

u1, u2 and u3 are the input variables.

Which A-matrix can I use?

The value of a2 is constant for the beginning of the simulation.

Unfortunately the value of a2 is a nonlinear function of x2: a2 = f(x2)
Is it possible to use Octave in this case? When yes: How?

Best regards

Reinhold Zwingel

P.S.: I am new at this group. Maybe these questions are too simple.



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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