how to solve 2 or several differential matrix equations (a system of two equations including 2 matrix equations)?

1 view (last 30 days)
Hi
How can I solve the following 2 equations, in which u and i are vector matrices:
diff(i) = A.u + B.i
diff(u) = C.u + D.i
NOTE :
All the parameters A, B, C, D and also u and i are matrices. At first glance, it looks like a "state space" model, but it's not so! In state-space model, the variants are NOT matrices but single variables, but in this case u and i are vectors (matrices).
Can someone help with that please?
thanks a lot

Answers (0)

Categories

Find more on Dynamic System Models in Help Center and File Exchange

Products


Release

R2016a

Community Treasure Hunt

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

Start Hunting!