Is there any easy way to solve matrix differential equation?

1 次查看(过去 30 天)
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 个评论
Nikolaos
Nikolaos 2012-8-30
Usually the dimensions are 36x36 of p . i is just imaginary constant number. L is an operator that involves a sum of matrices.

请先登录,再进行评论。

采纳的回答

Babak
Babak 2012-8-28
编辑:Babak 2012-8-28
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Linear Algebra 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by