help-octave
[Top][All Lists]
Advanced

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

lsode for matrix DGLs?


From: Matthias Brennwald
Subject: lsode for matrix DGLs?
Date: Fri, 22 Jun 2007 10:49:36 +0200 (CEST)
User-agent: SquirrelMail/1.4.4

Dear all

I'd like to integrate a differential equation where dx/dt is a matrix, i.e.:

dx/dt = f(x,t)

where:
   x is a three dimensional array of size m x n x p
     (i.e. p matrices of size m x n stacked onto each other)
   t is a vector of length p
   f is a matrix of size m x n

The help information on lsode indicates that lsode only works for
matrix-sized x and vector-sized f. I'd be glad for any pointers, ideas or
even examples on how to integrate a matrix equation.

Cheers
Matthias



reply via email to

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