help-octave
[Top][All Lists]
Advanced

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

Re: Solving Differential Equation


From: c.
Subject: Re: Solving Differential Equation
Date: Wed, 16 Apr 2014 12:11:40 +0200

On 16 Apr 2014, at 10:22, eric_h22 <address@hidden> wrote:

> xdot(1)=x(2);
> xdot(2)=x(1)+x(1)^3;

are you sure this is the correct definition of your problem?
I am afraid you are trying to simulate a highly unstable system
over a long time interval, I suspect whatever method you use 
you will quickly get to an overflow.

c.



reply via email to

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