[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 ?

 採用された回答

madhan ravi
madhan ravi 2018 年 11 月 6 日
編集済み: madhan ravi 2018 年 11 月 6 日

1 投票

2 件のコメント

IBM watson
IBM watson 2018 年 11 月 6 日
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
madhan ravi
madhan ravi 2018 年 11 月 6 日
x\z

サインインしてコメントする。

その他の回答 (1 件)

Jan
Jan 2018 年 11 月 6 日

1 投票

v = [a b; c d] \ [k; l]

Community Treasure Hunt

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

Start Hunting!

Translated by