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

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Mathematics 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by