How to do division on matrices ?
Afficher commentaires plus anciens
[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
Plus de réponses (1)
Jan
le 6 Nov 2018
v = [a b; c d] \ [k; l]
Catégories
En savoir plus sur Object Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!