How to do division on matrices ?

조회 수: 1 (최근 30일)
IBM watson
IBM watson 2018년 11월 6일
댓글: madhan ravi 2018년 11월 6일
[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일
  댓글 수: 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일

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Jan
Jan 2018년 11월 6일
v = [a b; c d] \ [k; l]

카테고리

Help CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by