MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

How can I "perturbate" a NDSolve expresion?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg102000] How can I "perturbate" a NDSolve expresion?
  • From: Iván Lazaro <gaminster at gmail.com>
  • Date: Sun, 26 Jul 2009 03:54:29 -0400 (EDT)

Hi all!

I'm trying to make a perturbation to a equation while NDSolve is doing his
job.

Suppose the equation is x'[t]=A*F(x[t]); where A is a parameter matrix, and
x'[t] are n-dimensional variables; i need that when integration time is, for
example, 10, the parameters change in some amount. Another posibility is
that each time step I generate a random number, and if it is less than
0.001, the parameters change in some amount.

Is it possible using NDSolve, or I have to write the integrator routine?

Thanks!


  • Prev by Date: Integration Problem
  • Next by Date: Re: space for NonCommutativeMultiply
  • Previous by thread: Re: Integration Problem
  • Next by thread: Re: How can I "perturbate" a NDSolve expresion?