How to do division on matrices ?
Ältere Kommentare anzeigen
[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 ?
Akzeptierte Antwort
Weitere Antworten (1)
Jan
am 6 Nov. 2018
v = [a b; c d] \ [k; l]
Kategorien
Mehr zu Object Analysis finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!