Clear Filters
Clear Filters

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

1 view (last 30 days)
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)

Answers (0)

Categories

Find more on Mathematics in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!