How to do division on matrices ?
Show older comments
[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 ?
Accepted Answer
More Answers (1)
Jan
on 6 Nov 2018
v = [a b; c d] \ [k; l]
Categories
Find more on Object Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!