How to do division on matrices ?

4 visualizzazioni (ultimi 30 giorni)
IBM watson
IBM watson il 6 Nov 2018
Commentato: madhan ravi il 6 Nov 2018
[a b; c d]*[x;y]=[k;l]
How can i calculate x and y if I know a,b,c,d and k,l ?

Risposta accettata

madhan ravi
madhan ravi il 6 Nov 2018
Modificato: madhan ravi il 6 Nov 2018
  2 Commenti
IBM watson
IBM watson il 6 Nov 2018
But if i have this :
x=[1 0 1 1;1 1 0 1;1 1 1 0;1 1 1 1]
z=[1;2;3;3]
i cant find y which is z/x
z*inv(x) doesnt work

Accedi per commentare.

Più risposte (1)

Jan
Jan il 6 Nov 2018
v = [a b; c d] \ [k; l]

Community Treasure Hunt

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

Start Hunting!

Translated by