How to do division on matrices ?

[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

madhan ravi
madhan ravi on 6 Nov 2018
Edited: madhan ravi on 6 Nov 2018

2 Comments

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

Sign in to comment.

More Answers (1)

Community Treasure Hunt

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

Start Hunting!