Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
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)

Risposte (0)

Categorie

Scopri di più su Mathematics in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by