I need to solve an equation set :(

1 次查看(过去 30 天)
Hi, I need to solve an equation, but I don't know how. here's the equation set.
P*S=A*P+B*G+E
0= C*P+D*G+De
P and G are the unknown matrices. S is 4*4, A is 5*5, B is 5*3, E is 5*4; and C is 3*5, D is 3*3 and De is 3*4.

回答(1 个)

Roger Stafford
Roger Stafford 2015-4-28
What you have here is the equivalent of 32 linear (scalar) equations in 32 unknowns. A (somewhat desperate) solution is to convert your two matrix equations into such a set of linear equations and solve them using matlab's backslash operator on a 32-by-32 matrix. The answer of course will depend on the values in the known matrices.

类别

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

产品

Community Treasure Hunt

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

Start Hunting!

Translated by