How to do division on matrices ?

1 vue (au cours des 30 derniers jours)
IBM watson
IBM watson le 6 Nov 2018
Commenté : madhan ravi le 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 ?

Réponse acceptée

madhan ravi
madhan ravi le 6 Nov 2018
Modifié(e) : madhan ravi le 6 Nov 2018
  2 commentaires
IBM watson
IBM watson le 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
madhan ravi
madhan ravi le 6 Nov 2018

Connectez-vous pour commenter.

Plus de réponses (1)

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

Catégories

En savoir plus sur Multidimensional Arrays dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by