フィルターのクリア

I need to solve an equation set :(

1 回表示 (過去 30 日間)
Hassan Dehghani
Hassan Dehghani 2015 年 4 月 28 日
回答済み: Roger Stafford 2015 年 4 月 28 日
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 Center および File ExchangeMathematics についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by