How to solve matrices equation AX + BX' = C, DX + EX' = F, GX + HX' = J simultaneously..?

1 回表示 (過去 30 日間)
HEmant kuralkar
HEmant kuralkar 2017 年 6 月 3 日
I need to solve following set of matrices equations in matlab.
A(m,n)*X(m,n) + B(m,n)X'(m,n) = C(m,n);
D(1,n)*X(:,1) + E(1,n)X'(:,1) = F;
G(1,n)*X(:,2) + H(1,n)*X'(:,2)= J; ....... And equations extendes to the nth column.
Where m*n is size of square matrix. I need to find X(m,n)

回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by