Filter löschen
Filter löschen

Is there any easy way to solve matrix differential equation?

1 Ansicht (letzte 30 Tage)
Nikolaos
Nikolaos am 28 Aug. 2012
i.e. i want to solve dp/dt = ip , where p is a matrix .
(my main problem is to solve solve dp/dt = ip + L(p) , where L is the liouvillian of an operator)
thank you in advance
  2 Kommentare
Babak
Babak am 28 Aug. 2012
What's the dimension of the matrix p?
Is i a constant?
Nikolaos
Nikolaos am 30 Aug. 2012
Usually the dimensions are 36x36 of p . i is just imaginary constant number. L is an operator that involves a sum of matrices.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Babak
Babak am 28 Aug. 2012
Bearbeitet: Babak am 28 Aug. 2012
The analytical solution to the problem of dp/dt = ip is
p(t) = C exp(it)
where C is a constant matrix same size as p used to determine the initial condition. i can be either a scalar or a matrix. If i is a matrix, in the above solution exp(it) will be a matrix as well which is defined in the literature.

Weitere Antworten (0)

Kategorien

Mehr zu Linear Algebra finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by