채택된 답변

madhan ravi
madhan ravi 2018년 11월 6일
편집: madhan ravi 2018년 11월 6일

1 개 추천

댓글 수: 2

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

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

추가 답변 (1개)

Jan
Jan 2018년 11월 6일

1 개 추천

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

질문:

2018년 11월 6일

댓글:

2018년 11월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by