How to do division on matrices ?
Mostra commenti meno recenti
[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
Più risposte (1)
Jan
il 6 Nov 2018
v = [a b; c d] \ [k; l]
Categorie
Scopri di più su Object Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!